I’m trying to use a custom agent with the ChatGPT tool in self hosted
my instance is up to date with the most recent version of Activepieces.
Here’s what I’ve done so far:
- Connected a valid OpenAI API Key (ChatGPT).
- Added the
OpenAItool to the agent. - Provided a clear agent description.
- Tested with and without
Structured Output. - No visible errors, but in DevTools I see the request stays like this:
json
CopiarEditar
status: "IN_PROGRESS",
steps: []
It never completes. There’s no finishTime, output, or message.
Technical details:
- Prompt used:
hello, are you working agentId:Z2vMATdH1BsjQC6jWbvyF- I’m using the “Test Agent” preview in the editor.
I’ve tried refreshing the page, switching agents, and running again — same result.
Has anyone encountered this or knows what might be going on?
Thanks in advance ![]()
