Skip to content

Commit b503cc1

Browse files
committed
Addressed PR comments
Signed-off-by: Owais <[email protected]>
1 parent da2f1ef commit b503cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_search-plugins/search-pipelines/agentic-context-processor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ When enabled, the processor adds the following fields to the search response ext
3535
Field | Description
3636
:--- | :---
3737
`agent_steps_summary` | A summary of the steps that the agent took to translate the natural language query (included when `agent_steps_summary` is `true`).
38+
`memory_id` | The conversation memory ID for maintaining context across queries. Only provide this in the agentic query if you want to continue the previous conversation.
3839
`dsl_query` | The generated DSL query that was executed (included when `dsl_query` is `true`).
3940

4041
## Example

0 commit comments

Comments
 (0)