what is agentic context with respect to ai agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2026 06:49 AM
Hello Experts,
While going through the OOB AI Agent, in many scripts i am finding one variable called
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2026 07:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2026 07:28 AM
is there any way we can find out its value? Like it stores which value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2026 02:24 PM
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?