Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.56k stars 226 forks source link

[Bug]: Typescript error when attempting to run google gemini prompt #283

Closed driphireweb closed 6 months ago

driphireweb commented 6 months ago

What happened?

I am receiving the below error on Windows 11 when attempting to execute a Gemini Pro prompt after setting up the built-in Google plugin:

Error: Error processing ChatGoogleNode: Class extends value undefined is not a constructor or null

What was the expected functionality?

The prompt ran successfully

Describe your environment

Windows 11, Node 18, etc.

Relevant log output

No response

Relevant screenshots

Rivet 1 7 4 - GPT-4 Matching Engine (C__Users_User_Documents_GPT_Rivet_GPT-4 Search Results Matching Engine rivet-project) 12_21_2023 5_31_41 PM

Code of Conduct

driphireweb commented 6 months ago

Needed to set default executor to Node. Closing.