Variable ChatModelFinishReasonEnumConst

ChatModelFinishReasonEnum: {
    ContentFilter: "content_filter";
    FunctionCall: "function_call";
    Length: "length";
    Stop: "stop";
} = ...

Type declaration

  • Readonly ContentFilter: "content_filter"
  • Readonly FunctionCall: "function_call"
  • Readonly Length: "length"
  • Readonly Stop: "stop"

Export