LLMResponse.toolCalls property

Signature:

toolCalls: {
        name: string;
        arguments: string;
    }[];