Skip to content

Commit fa5b77d

Browse files
committed
fix typechecker
1 parent d916da4 commit fa5b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/types/agent-template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type AgentTemplate<
1212
id: AgentTemplateType
1313
displayName: string
1414
model: Model
15-
reasoningOptions: OpenRouterProviderOptions['reasoning']
15+
reasoningOptions?: OpenRouterProviderOptions['reasoning']
1616

1717
toolNames: ToolName[]
1818
spawnableAgents: AgentTemplateType[]

0 commit comments

Comments
 (0)