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