Skip to content

Commit a7122f8

Browse files
Copilotpelikhan
andauthored
docs(rig): replace deprecated gpt-4.1 example in model JSDoc
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent ea65012 commit a7122f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/rig/rig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export type AgentSpec<Input extends Schema = StringSchema, Output extends Schema
484484
input?: Input;
485485
/** Schema describing the agent's expected output. The harness validates and retries until it matches. Defaults to `s.string`. */
486486
output?: Output;
487-
/** Model identifier passed to the engine, e.g. `"mini"`, `"gpt-4.1"`, `"claude-sonnet"`. Defaults to `"gpt-4.1"`. */
487+
/** Model identifier passed to the engine, e.g. `"mini"`, `"o3"`, `"claude-sonnet"`. Defaults to `"gpt-4.1"`. */
488488
model?: string;
489489
/** Maximum number of turns (initial + repair retries). Defaults to `4`. */
490490
maxTurns?: number;

0 commit comments

Comments
 (0)