Joseph Roddy

Results 56 comments of Joseph Roddy

Will give 4.1-mini a try, ty for the recommendation @maxwelljmckee !

For me, I had to dig into the retriever code and print out the response, but the issue ended up being: ``` {'message': 'Query too long. Max 2048 characters.', 'statusCode':...

Basically I was doing something like: ```python query = ''' # VERY_LARGE_ZOD_DATA_SCHEMA Gather data on and include it in the report as JSON matching the above zod schema. Use all...

> maybe this is actually a really complex feature and i just don't get it, but i'm not sure why this isn't at least optional through an ⋆˙⟡ environment variable...

@sovetski for me it was my node version, `nvm use 24` fixed it.

@igalklebanov could you guys add a check at the start of the command and log it so people aren't tripped up by this? eg: ```ts if(!isValidNodeVersion(process.env.NODE_VERSION)) { console.error('Invalid node version,...