Skip to content

Commit 9197f64

Browse files
committed
change string types in agent-template.d.ts
1 parent fc914e2 commit 9197f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/templates/agent-template.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export type ModelName =
257257
| 'google/gemini-2.5-pro'
258258
| 'google/gemini-2.5-flash'
259259
| 'x-ai/grok-4-07-09'
260-
| string
260+
| (string & {})
261261

262262
// ============================================================================
263263
// Spawnable Agents
@@ -272,7 +272,7 @@ export type SubagentName =
272272
| 'researcher'
273273
| 'thinker'
274274
| 'reviewer'
275-
| string
275+
| (string & {})
276276

277277
// ============================================================================
278278
// Utility Types

0 commit comments

Comments
 (0)