Skip to main content

set_tool_budget

Method
This is a method of the ContextManager class in the manager module.
Set token budget for a specific tool.

Signature

def set_tool_budget(tool_name: str, max_tokens: int, protected: bool) -> None

Parameters

tool_name
str
required
No description available.
max_tokens
int
required
No description available.
protected
bool
default:"False"
No description available.