mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 20:50:07 +00:00
feat(api): api update
This commit is contained in:
parent
36382a289b
commit
d899ee8369
2 changed files with 3 additions and 2 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue