MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / Config

Class Config

src/models.py:77–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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和其他格式)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected