Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Nov 18, 2024
1 parent 6848a3c commit 53a0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-node/src/Inferable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export class Inferable {
serviceName: input.name,
func,
inputSchema: schema?.input ?? {
input: z.object({}),
input: z.object({}).passthrough(),
},
config,
description,
Expand Down

0 comments on commit 53a0f62

Please sign in to comment.