Updated tool descriptions to be more descriptive

This commit is contained in:
Waleed Latif
2025-02-06 12:05:44 -08:00
parent c0981c3fc4
commit bc5dba714e
19 changed files with 65 additions and 19 deletions

View File

@@ -15,7 +15,8 @@ export interface CodeExecutionOutput extends ToolResponse {
export const functionExecuteTool: ToolConfig<CodeExecutionInput, CodeExecutionOutput> = {
id: 'function_execute',
name: 'Function Execute',
description: 'Execute code in a sandboxed environment',
description:
'Execute code snippets in a secure, sandboxed environment with support for multiple languages. Captures both function output and stdout with proper error handling.',
version: '1.0.0',
params: {