ADK TypeScript Documentation - v0.0.4
    Preparing search index...

    Interface FunctionDeclaration

    Represents a function declaration for the LLM

    interface FunctionDeclaration {
        description: string;
        name: string;
        parameters: JSONSchema;
    }
    Index

    Properties

    description: string

    Description of what the function does

    name: string

    Name of the function

    parameters: JSONSchema

    Parameters schema in JSON Schema format