We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

 

 

2 REPLIES 2

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