Skip to content

Commit 2e06989

Browse files
committed
fix types
1 parent 93d9ef8 commit 2e06989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/agent-runtime/src/__tests__/prompts-schema-handling.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ describe('Schema handling error recovery', () => {
186186
toolNames: [],
187187
additionalToolDefinitions: async () => customToolDefs,
188188
agentTools: {},
189+
skills: {},
189190
})
190191

191192
// Should have the tool defined without throwing

0 commit comments

Comments
 (0)