set_tool_budget
Method
This is a method of the ContextManager class in the manager module.Set token budget for a specific tool.
Signature
Parameters
No description available.
No description available.
No description available.
Set token budget for a specific tool.
This is a method of the ContextManager class in the manager module.Set token budget for a specific tool.
def set_tool_budget(tool_name: str, max_tokens: int, protected: bool) -> None