| 75 | tool_choice: Optional[Union[str, Dict[str, Any]]] = None |
| 76 | |
| 77 | class Config: |
| 78 | extra = "allow" # Allow additional fields not explicitly defined |
| 79 | |
| 80 | |
| 81 | # 通用的聊天完成请求模型(兼容OpenAI和其他格式) |
nothing calls this directly
no outgoing calls
no test coverage detected