We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4cb33 commit 9f541ffCopy full SHA for 9f541ff
src/schema.ts
@@ -2,8 +2,8 @@ import { z } from 'zod'
2
3
export const EvaluationFunctionRequestData = z
4
.object({
5
- answer: z.string(),
6
- response: z.string(),
+ answer: z.any(),
+ response: z.any(),
7
params: z.record(z.string(), z.any()),
8
})
9
.strict()
0 commit comments