Type alias ChatConversationalAgentOutputParserFormatInstructionsOptions

ChatConversationalAgentOutputParserFormatInstructionsOptions: Toolkit & {
    toolNames: string[];
    raw?: boolean;
}

Type declaration

  • toolNames: string[]
  • Optional raw?: boolean

Generated using TypeDoc