langchain.js
    Preparing search index...

    Type Alias JsonOutputToolsParserParams

    Import from "@langchain/core/output_parsers/openai_tools"

    type JsonOutputToolsParserParams = {
        returnId?: boolean;
    }
    Index

    Properties

    Properties

    returnId?: boolean

    Whether to return the tool call id.