Arize Phoenix TS
    Preparing search index...

    Tool definition for LLM function calling.

    Defines a tool that can be called by an LLM, including its JSON schema for parameter validation.

    interface Tool {
        jsonSchema: string | Record<string, unknown>;
    }
    Index

    Properties

    Properties

    jsonSchema: string | Record<string, unknown>