Skip to main content

gproxy_protocol/protocol/openai/common/enums/
chat.rs

1strict_string_enum!(ChatFinishReason {
2    Stop => "stop",
3    Length => "length",
4    ToolCalls => "tool_calls",
5    ContentFilter => "content_filter",
6    FunctionCall => "function_call",
7});