gproxy-protocol 2.4.2

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