glog.agenticAI Properties

To control the behavior of Oracle Transportation and Global Trade Management, you can change settings in the appropriate property set.

Property

New in Version

Description

glog.agenticAI.defaultDiagnose

26C

Diagnostic options for agentic chats. Takes the following values:

  • Status: only track agent status
  • Error: allow agent diagnostics on error
  • Response: allow agent diagnostics on any response
  • Wait: captures logging on any error, response, or human interaction step.
  • Poll: allow agent diagnostics on every poll check

To collect agent diagnostics, this property must not be set to Status, the user must have the AI - Admin role, and the agent query must point to a V2 AI agent link.

If that is configured, then summary logging is done in the AIDebug log ID in the ad-hoc/user logs. More detailed logging for Oracle Support use is available in the Collect Diagnostic Logs.

In order for a user to review the AIDebug logging, they must have the AI - Diagnostic role.

Note: No users are automatically assigned the AI - Diagnose or AI - Admin roles.

glog.agenticAI.poll.timeout

26C

The timeout, in seconds, for the system to monitor an agentic request.

glog.agenticAI.synchronicity

26C

Accepts the following values:

  • Wait: if an agentic chat waits on response and stops polling on a timeout;
  • Debug: if the system continues to monitor an agent request after chat timeout;
  • Notify: if the agentic chat should be notified upon receipt of an agent response.  

glog.agenticAI.uiTimeout

26C

The timeout, in seconds, for the agentic chat to wait for a response.

Related Topics