Skip to main content

get_schema

Method
This is a method of the BaseTool class in the base module.
Get OpenAI-compatible function schema for this tool. Applies dynamic schema overrides if present.

Signature

Returns

Dict[str, Any]
The result of the operation.

Uses

  • copy.deepcopy
  • logging.warning

Used By

Source

View on GitHub

praisonaiagents/tools/base.py at line 317