You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _search-plugins/search-pipelines/agentic-context-processor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ grand_parent: Search pipelines
11
11
**Introduced 3.3**
12
12
{: .label .label-purple }
13
13
14
-
The `agentic_context` search response processor adds agent execution context information to search response extensions. This processor works in conjunction with the [agentic query translator]({{site.url}}{{site.baseurl}}/search-plugins/agentic-query-translator/) to expose the agent's query translation process and maintain conversation continuity:
14
+
The `agentic_context` search response processor adds agent execution context information to search response extensions. This processor works in conjunction with the [agentic query translator]({{site.url}}{{site.baseurl}}/search-plugins/search-pipelines/agentic-query-translator-processor/) to expose the agent's query translation process and maintain conversation continuity:
15
15
16
16
1. The processor retrieves agent context information from the pipeline processing context.
17
17
2. Based on the processor configuration, it selectively includes agent steps summary and DSL query in the response.
0 commit comments