@iqai/adk@0.8.1
·
220 commits
to main
since this release
Patch Changes
-
58eeac4: fix: handle null
answerfrom Tavily API in WebSearchToolTavily returns
"answer": nullby default wheninclude_answeris not set, but the Zod schema typedanswerasz.string().optional()which rejectsnull. Changed toz.string().nullish()to accept bothnullandundefined.