Stop at AI Agent

how can I gone through all the process in ai agent, then already go through next node which is info extractor?

Because now when I open the chat, it will gone through all node/action, it will not stop at the AI agent part to gone through all the process in AI agent.

you can do is:

click on execute of the node you want to run in last.

U means when every time execute need click the execute step on the AI Agent node? If I make it to the active, and open in public chat, how can I do that?

Is that have any method can solve this kind of problem?

I think I do not quite understand you, with method I shared you will run until the node you executed(but only in development mode).
but active workflows you need to disconnect other nodes or deactivate them to stop them from running.
If I am not wrong you are asking that how to only run ai agent right?

Yup, but I also want to run it during active workflow with my all process

then you should make 2 workflows one which run only for aiagent
and other one which run with ai agent and remaining nodes.

If I want to save the AI Agent output to the google docs, how can I do. Because now when I update a document, the docs will be blank, dont have the information

workflow you shared does not have doc id.
How will n8n know what doc you are updating?

using the create docs id

but you have not inserted id or url for doc:

when creating it must be returning id of doc, put it in doc id secction.
and:


output from ai agent in text

alright later I try modify it

1 Like

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