merge and fix types #72
Annotations
2 errors
ZodError: [:
node_modules/zod/lib/index.mjs#L164
"code": "invalid_type",
"expected": "object",
"received": "null",
"path": [
"result"
],
"message": "Expected object, received null"
}
]
at new ZodError (/home/runner/work/instructor-js/instructor-js/node_modules/zod/lib/index.mjs:164:9)
at error (/home/runner/work/instructor-js/instructor-js/node_modules/zod/lib/index.mjs:538:31)
at /home/runner/work/instructor-js/instructor-js/src/instructor.ts:132:45
|
run-tests
Process completed with exit code 1.
|