what is agentic context with respect to ai agent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour 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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago
is there any way we can find out its value? Like it stores which value