Mason Quill (@caoyufei)hub站Function tools with reasoning_effort are not supported for gpt-5.5 in /v1/chat/completions 中发帖

[image] 
这是啥情况,没有配置reasoning_effort 
config.toml 
model_provider = “custom” 
model = “gpt-5.5” 
network_access = “enabled” 
disable_response_storage = true 
model_verbosity = “high” 
[model_providers] 
[model_providers.custom] 
name = “custom” 
wire_api = “responses” 
requires_openai_auth = true 
base_url = “https://hub.linux.do/v1” 
[tui.model_availability_nux] 
“gpt-5.5” = 4
 
 
Back to Top