We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d916da4 commit fa5b77dCopy full SHA for fa5b77d
common/src/types/agent-template.ts
@@ -12,7 +12,7 @@ export type AgentTemplate<
12
id: AgentTemplateType
13
displayName: string
14
model: Model
15
- reasoningOptions: OpenRouterProviderOptions['reasoning']
+ reasoningOptions?: OpenRouterProviderOptions['reasoning']
16
17
toolNames: ToolName[]
18
spawnableAgents: AgentTemplateType[]
0 commit comments