Roberto Fuentes

Results 17 comments of Roberto Fuentes

any update on this? is there an implementation example if not built in?

Just wanted to drop a comment to bump this into view again. Any updates?

Any updates on this? Happy to help get this through the finish line!

@vdanchenkov can you share an example config that works for you? Trying to do the same but can't get it to work.

`curl https://func-e.io/install.sh | sudo bash -s -- -b /usr/local/bin` worked for me

Ran into the same issue using latest nextjs. To get over the issues I did `const Select = dynamic(() => import('react-select'), { ssr: false });`. Any updates when this fix/PR...

I think it is a good idea to support other validation libraries. Currently we use Joi everywhere (front & backend) and now we have to support zod for our `ai`...

@lgrammel makes sense. In that case `ajv` json schema supports the keyword `description` (https://ajv.js.org/json-schema.html#metadata-keywords) and here is an example https://json-schema.org/learn/miscellaneous-examples#basic. (ajv follows the json schema spec)