Great project! I was playing with adding just enough support in genaiscript to use the agentic function in my script (microsoft/genaiscript#652)
The only issue is a silly typing error because JSONSchema is too loose (
|
// TODO: use a more specific type |
) and does not match my own type definition (yay we all have a copy of those)
I was wondering if you could beef up that definition.
Great project! I was playing with adding just enough support in genaiscript to use the agentic function in my script (microsoft/genaiscript#652)
The only issue is a silly typing error because JSONSchema is too loose (
agentic/packages/core/src/types.ts
Line 22 in c64069c
I was wondering if you could beef up that definition.