MCPcopy Create free account
hub / github.com/TanStack/ai / codeExecutionTool

Function codeExecutionTool

packages/ai-gemini/src/tools/code-execution-tool.ts:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function codeExecutionTool(): GeminiCodeExecutionTool {
18 return brandProviderTool<GeminiCodeExecutionTool>({
19 name: 'code_execution',
20 description: '',
21 metadata: {},
22 })
23}

Calls 1

brandProviderToolFunction · 0.90

Tested by

no test coverage detected