evalution
    Preparing search index...

    Interface NormalizedToolCall

    A tool invocation emitted by an assistant message.

    interface NormalizedToolCall {
        args: string;
        toolName: string;
    }
    Index

    Properties

    Properties

    args: string

    Arguments to the tool, as a JSON string.

    toolName: string

    The name of the tool / function to invoke.