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