feat(api): api update

This commit is contained in:
stainless-app[bot] 2025-07-16 15:07:40 +00:00
parent 36382a289b
commit d899ee8369
2 changed files with 3 additions and 2 deletions

View file

@ -153,6 +153,7 @@ class Config(BaseModel):
"""MCP (Model Context Protocol) server configurations"""
mode: Optional[Mode] = None
"""Modes configuration, see https://opencode.ai/docs/modes"""
model: Optional[str] = None
"""Model to use in the format of provider/model, eg anthropic/claude-2"""