Skip to content

exceptions

Class info

Classes

Name Children Inherits
ToolError
llmling_agent.tools.exceptions
Tool-related errors.

    🛈 DocStrings

    ToolError

    Bases: LLMLingError

    Tool-related errors.

    Source code in src/llmling_agent/tools/exceptions.py
    6
    7
    class ToolError(LLMLingError):
        """Tool-related errors."""