Skip to content

Commit a853885

Browse files
yaonyanCopilot
andauthored
Update packages/core/src/executors/code-execution/code-execution-tool-registrar.ts
Co-authored-by: Copilot <[email protected]>
1 parent 6910305 commit a853885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/executors/code-execution/code-execution-tool-registrar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function registerCodeExecutionTool(
7373
? { type: "string", enum: allToolNames }
7474
: { type: "string" },
7575
description:
76-
`Tool names whose schemas were already provided in this conversation. List all tools you have schemas for to avoid duplicate schema requests`,
76+
`Tool names whose schemas were already provided in this conversation. List all tools you have schemas for to avoid duplicate schema requests.`,
7777
},
7878
},
7979
};

0 commit comments

Comments
 (0)