what is agentic context with respect to ai agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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
3 weeks ago
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?