Parsing HTTP node data to input to LLM

Hello, I have a workflow where I am making an API call to an authentication system to collect system logs. The response comes back with application/json and I want to be able to take this as an input to an LLM for further analysis. For example I converted the application/json input to a json body like this

What can i do to further extract this data to feed information the LLM to analyze it? Any suggestions are welcome.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Below are the details.

Hey @Ashish_Bhatia You can put up a Edit Node to collect the required files and pass it to the agent node.

Are you stuck somewhere?

Thanks I resolved this by using edit node,

2 Likes

Hey @Ashish_Bhatia Please mark it as solution

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.