We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dc486 commit da2be98Copy full SHA for da2be98
common/src/types/__tests__/dynamic-agent-template.test.ts
@@ -9,7 +9,7 @@ type DynamicAgentDefinitionHandleSteps = Omit<
9
'handleSteps' | 'toolNames'
10
> & {
11
handleSteps?: AgentDefinition['handleSteps']
12
- toolNames?: (typeof publishedTools)[number][]
+ toolNames?: (typeof publishedTools | (string & {}))[number][]
13
}
14
// Don't remove these lines! And don't change the values away from true!
15
const _typecheck1: DynamicAgentDefinitionHandleSteps = {} as AgentDefinition
0 commit comments