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

Function codeInterpreterTool

packages/ai-openai/src/tools/code-interpreter-tool.ts:21–25  ·  view source on GitHub ↗
(
  container: CodeInterpreterToolConfig,
)

Source from the content-addressed store, hash-verified

19 * the result via a phantom-typed `ProviderTool` cast.
20 */
21export function codeInterpreterTool(
22 container: CodeInterpreterToolConfig,
23): OpenAICodeInterpreterTool {
24 return baseCodeInterpreterTool(container) as OpenAICodeInterpreterTool
25}

Calls

no outgoing calls

Tested by

no test coverage detected