Agentic AI help

I am having issues making an Agentic AI. I have asked ChatGPT for help and according to it, it should work.

I have made a simple csv workflow and want to make an agentic AI to use it. Can someone help me or show me where I am going wrong.

Thanks

Hey there,

Sometimes ChatGPT has a tendency to tell you what you want to hear :).

From the screenshots I can see that:

  • your tool is missing input nodes (workflow service input)
  • I can’t see if you have edited the tool description so the agent knows what to use it for
  • Your agent workflow is not fully connected - workflow to tool output does not connect to Agent Chat View
  • you are trying to use an embedding model (this will not work) - and you need open AI Authenticator node before to provide an API key (do you have one?)

Overall there are quite some topics to fix…

I recommend to take some time to go through a basic tutorial- I wrote a two part series on medium that I think covers all you need:

https://medium.com/low-code-for-advanced-data-science/ai-agents-in-knime-5-5-933ac54dca84

https://medium.com/low-code-for-advanced-data-science/ai-agents-in-knime-5-5-part-2-eded98a9f57b

You could also try to use build mode of K-AI to see if it fixes things, but you’ll have to switch to modern UI for that I think :slight_smile:

3 Likes