Anthropic plugin #382
vasicstefan94
started this conversation in
General
Replies: 1 comment
-
Looks like we answered on discord but for search results, the easiest way is to use the import { globalRivetNodeRegistry } from '@ironclad/rivet-node';
import { plugins as rivetPlugins } from '@ironclad/rivet-core';
globalRivetNodeRegistry.registerPlugin(rivetPlugins.anthropic); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
How can I use the Anthropic chat node with rivet-node. I'm trying to call runGraphInFile but I'm getting the error : Error: Unknown node type: chatAnthropic. I have upgraded to 1.16.0.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions