We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc914e2 commit 9197f64Copy full SHA for 9197f64
common/src/templates/agent-template.d.ts
@@ -257,7 +257,7 @@ export type ModelName =
257
| 'google/gemini-2.5-pro'
258
| 'google/gemini-2.5-flash'
259
| 'x-ai/grok-4-07-09'
260
- | string
+ | (string & {})
261
262
// ============================================================================
263
// Spawnable Agents
@@ -272,7 +272,7 @@ export type SubagentName =
272
| 'researcher'
273
| 'thinker'
274
| 'reviewer'
275
276
277
278
// Utility Types
0 commit comments