Skip to content

TM4J-17231:fixing rovo with gemini #441

Draft
vmrvictor wants to merge 1 commit into
mainfrom
fix(zephyr)-TM4J-17231-updating-zod-for-rovo-with-gemini
Draft

TM4J-17231:fixing rovo with gemini #441
vmrvictor wants to merge 1 commit into
mainfrom
fix(zephyr)-TM4J-17231-updating-zod-for-rovo-with-gemini

Conversation

@vmrvictor
Copy link
Copy Markdown
Contributor

so that folderId is not an object but is a number that is optional and nullable (nullish is not an option)

Goal

Rovo (with gemini) is not working with our actual schemas (nullish is not supported)

Design

avoid using nullish in our objects, decided not to use our own objects when we can use directly types (making our api schemas simpler)

Changeset

changing folder to be folderId (number.optional.nullable)

Testing

running manually on claude and rovo

…but is a number that is optional and nullable (nullish is not an option)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant