AnyLlmSearchXsoarContext
Search incident context keys for text results. Results are placed in the search results buffer for where they can be added to the LLM's conversation context.
python · Anything LLM
Details
| ID | AnyLlmSearchXsoarContext |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
README
Search incident context keys for text results. Results are placed in the search results buffer for where they can be added to the LLM’s conversation context
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
Inputs
| Argument Name | Description |
|---|---|
| ids | CSV list of incident IDs to search for text |
| keys | CSV list of context key names to search using JSON dot notation. Example: “File.0.Name” |
Outputs
There are no outputs for this script.
args: - description: CSV list of incident IDs to search for text. name: ids required: true - description: 'CSV list of context key names to search using JSON dot notation. Example: "File.0.Name".' name: keys required: true comment: Search incident context keys for text results. Results are placed in the search results buffer for where they can be added to the LLM's conversation context. commonfields: id: AnyLlmSearchXsoarContext version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dockerimage: demisto/python3:3.12.8.3296088 enabled: true engineinfo: {} name: AnyLlmSearchXsoarContext runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.10.0 tests: - No tests (auto formatted)