Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 570 Bytes

File metadata and controls

5 lines (4 loc) · 570 Bytes
@tanstack/ai-anthropic minor

Expose provider-tool factories (webSearchTool, codeExecutionTool, computerUseTool, bashTool, textEditorTool, webFetchTool, memoryTool, customTool) on a new /tools subpath. Each factory now returns a branded type (e.g. AnthropicWebSearchTool) that is gated against the selected model's supports.tools list. Existing factory signatures and runtime behavior are unchanged; old config-type aliases (WebSearchTool, BashTool, etc.) remain as @deprecated aliases pointing at the renamed *ToolConfig types.