Utilizing Genie AI with Workflows
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 01:26 PM
As subject says, is this possible via creating a python script that calls agent.predict etc...? Similar to this
agent.predict( { "messages": [{"role": "user", "content": "...the question we want to ask Genie..."}], } )
I want to implement Genie AI, and its results to through a workflow pipeline.