Type alias ChatConversationalAgentOutputParserFormatInstructionsOptions
ChatConversationalAgentOutputParserFormatInstructionsOptions: FormatInstructionsOptions & {
toolNames: string[];
raw?: boolean;
}
Type declaration
toolNames: string[]
Optional
raw?: boolean