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