what is agentic context with respect to ai agent

Deepika54
Tera Contributor

Hello Experts,

 

While going through the OOB AI Agent, in many scripts i am finding one variable called 

agentic_context. Can anyone please help me in understanding how agentic_context value is fetched. It is not passed as any input. Seems it gets the value automatically but how. Below are some examples provided
Deepika54_0-1784296025804.png

 

Deepika54_1-1784296054867.png

 

Deepika54_2-1784296099928.png

 

 

3 REPLIES 3

pr8172510
Kilo Sage

Hi @Deepika54 ,

agentic_context appears to be an internal runtime object injected by the AI Agent framework. It provides execution context (such as the current use case or record information) to Script Tools.

it appears to be an internal runtime object.

is there any way we can find out its value? Like it stores which value

warren_chan
ServiceNow Employee

It's probably not a straightforward value, but rather scraped from the agentic execution plan, conversation, and memory. What exactly are you trying to do with it?