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

    Interface FunctionCall

    Function call result from LLM

    interface FunctionCall {
        arguments: string;
        name: string;
    }
    Index

    Properties

    Properties

    arguments: string

    Arguments for the function, serialized as a JSON string

    name: string

    Name of the function to call