We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83155a commit 6d28446Copy full SHA for 6d28446
packages/code-mode/src/code_mode_utcp_client.ts
@@ -38,6 +38,8 @@ You have access to a CodeModeUtcpClient that allows you to execute TypeScript co
38
- Build properly structured input objects based on interface definitions
39
- Handle errors appropriately with try/catch blocks
40
- Chain tool calls by using results from previous calls
41
+- return the results you need
42
+- the code you write will be wrapped in an async function and executed in a vm context
43
44
### 4. Best Practices
45
- **Discover first, code second**: Always explore available tools before writing execution code
0 commit comments