Skip to content

Commit c84a606

Browse files
committed
fix: lint
1 parent 5aaeee0 commit c84a606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/components/engines/typescript/agent/tools/interpreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export type InterpreterExtraResult = {
4141
const DEFAULT_META_DATA: ToolMetadata<JSONSchemaType<InterpreterParameter>> = {
4242
name: "interpreter",
4343
description:
44-
"Execute python code in a Jupyter notebook cell and returns any result, stdout, stderr, display_data, and error.",
44+
"Execute python code in a Jupyter notebook cell and return any result, stdout, stderr, display_data, and error.",
4545
parameters: {
4646
type: "object",
4747
properties: {

templates/types/streaming/nextjs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ nextConfig.rewrites = async () => {
1313
destination: "/api/data/:slug",
1414
},
1515
];
16-
}
16+
};
1717

1818
export default nextConfig;

0 commit comments

Comments
 (0)