langchain.js
    Preparing search index...

    Type Alias JsonOutputKeyToolsParserParams

    type JsonOutputKeyToolsParserParams = {
        keyName: string;
        returnId?: boolean;
        returnSingle?: boolean;
    }
    Index

    Properties

    keyName: string
    returnId?: boolean

    Whether to return the tool call id.

    returnSingle?: boolean