MCPcopy Index your code
hub / github.com/anomalyco/opencode / setSessionConfigOption

Method setSessionConfigOption

packages/opencode/src/acp/agent.ts:67–69  ·  view source on GitHub ↗
(params: SetSessionConfigOptionRequest)

Source from the content-addressed store, hash-verified

65 }
66
67 setSessionConfigOption(params: SetSessionConfigOptionRequest) {
68 return run(this.service.setSessionConfigOption(params))
69 }
70
71 setSessionMode(params: SetSessionModeRequest) {
72 return run(this.service.setSessionMode(params))

Callers 1

Calls 1

runFunction · 0.70

Tested by

no test coverage detected