Type Alias ChatConversationalAgentOutputParserFormatInstructionsOptions

ChatConversationalAgentOutputParserFormatInstructionsOptions: {
    raw?: undefined | boolean;
    toolNames: string[];
}