Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_tool_budget

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

Signature

def get_tool_budget(tool_name: str) -> int

Parameters

tool_name
str
required
No description available.

Returns

Returns
int
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/context/manager.py at line 773

Tools Concept

Create Custom Tools

Tool Development