Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ unstable_setSessionModel
Method
unstable_setSessionModel
packages/opencode/src/acp/agent.ts:75–77 ·
view source on GitHub ↗
(params: SetSessionModelRequest)
Source
from the content-addressed store, hash-verified
73
}
74
75
unstable_setSessionModel(params: SetSessionModelRequest) {
76
return
run(this.service.setSessionModel(params))
77
}
78
79
prompt(params: PromptRequest) {
80
return
run(this.service.prompt(params))
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected