-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Anthropic released new advanced tool usage for the Claude API which reduces amount of tokens spent by pre-loading tools into context and only needing them when necessary. It's current in beta but I think this could be very beneficial to those who use Claude models frequently and I think is a good feature to add, especially Programmatic Tool Calling which has Claude write python code to create it's own tool calling.
Today, we're releasing three features that make this possible:
Tool Search Tool, which allows Claude to use search tools to access thousands of tools without consuming its context window
Programmatic Tool Calling, which allows Claude to invoke tools in a code execution environment reducing the impact on the model’s context window
Tool Use Examples, which provides a universal standard for demonstrating how to effectively use a given tool