AI Agent testing, stuck without output. Agent is not working either.

Juan Pablo Vas1
Tera Contributor

 

Any ideas? all plug-ins are up to date and instance is on the latest patch of Yoko

 

Screenshot 2025-07-04 103017.png

7 REPLIES 7

BCM Pros
Tera Expert

@Juan Pablo Vas1  I recieve this same error even when running tests on OOB Agentic Workflows.

Upgrading from Yokohama patch 4 to patch 7, will update thread if this resolves issue.

AbhishekB907336
Tera Contributor

Hi Everyone,

I am getting same problem.

When i downloaded AI agent decision logs fils then its showing: {"status":"SUCCESS","payload":[]}

Screenshot 2025-09-29 at 11.18.31 PM.png

BCM Pros
Tera Expert

My friends, I come bearing gifts, of

BCMPros_2-1759201036430.png

After running into the same issue, and working extensively with the SN team, we were able to resolve.

Big ups to @kevinchu from the NOW support team and the engineers over there.

 

For one, make sure everything has the latest plugin versions, goes without saying.

 

Now Assist AI Agents
App id: sn_aia


Generative AI Controller
App id: sn_generative_ai

 

POSSBILE REASON #1 (KB2182117)

This issue occurs because the system property llm_consent_provided is missing from the instance. Without this property, the AI Agent Studio cannot confirm model availability, preventing workflows from launching.

 

To resolve the issue:

  1. Create a system property:
    • Name: llm_consent_provided
    • Type: String
    • Value: MODEL_AVAILABLE
  2. Save the property.

Once the property is created and set, AI Agent Studio will be able to initiate workflows and respond to test inputs properly.

 

NOTE: This did not resolve my issue.

 

POSSBILE REASON #2

Issue was caused by the "CollabChatGlobalUtils" setting being disabled (active=false)

 

Go to script includes, make active again

BCMPros_3-1759201658250.png

 

Hope this helps OP, let me know if this ends up solving your issue and if it does lets mark this as the solution to save others from going down a troubleshooting rabbit hole.