MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / setModel

Method setModel

src/bot/types.ts:115–115  ·  view source on GitHub ↗

Override the model for this conversation; returns the model now in effect.

(convKey: string, model: string)

Source from the content-addressed store, hash-verified

113 status?(convKey: string): Promise<RunnerStatus>;
114 /** Override the model for this conversation; returns the model now in effect. */
115 setModel?(convKey: string, model: string): Promise<string>;
116 /** Toggle per-conversation auto-approve (skip permission prompts). */
117 setAuto?(convKey: string, on: boolean): Promise<void>;
118 /** Recent resumable sessions for this conversation's working directory. */

Callers 1

commands.tsFile · 0.65

Implementers 1

QodexAgentRunnersrc/bot/runner.ts

Calls

no outgoing calls

Tested by

no test coverage detected