Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
function
codeExecutionTool(): GeminiCodeExecutionTool {
18
return
brandProviderTool<GeminiCodeExecutionTool>({
19
name:
'code_execution'
,
20
description:
''
,
21
metadata: {},
22
})
23
}
Callers
2
tools-per-model-type-safety.test.ts
File · 0.90
api.anthropic-skills-wire.ts
File · 0.90
Calls
1
brandProviderTool
Function · 0.90
Tested by
no test coverage detected