Skip to content

Commit da2be98

Browse files
committed
fix typecheck
1 parent 30dc486 commit da2be98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/types/__tests__/dynamic-agent-template.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type DynamicAgentDefinitionHandleSteps = Omit<
99
'handleSteps' | 'toolNames'
1010
> & {
1111
handleSteps?: AgentDefinition['handleSteps']
12-
toolNames?: (typeof publishedTools)[number][]
12+
toolNames?: (typeof publishedTools | (string & {}))[number][]
1313
}
1414
// Don't remove these lines! And don't change the values away from true!
1515
const _typecheck1: DynamicAgentDefinitionHandleSteps = {} as AgentDefinition

0 commit comments

Comments
 (0)