AnyLlmSearchXsoarIncident

Search incident fields for text results. Results are placed in the search results buffer where they can be added to the LLM's conversation context.

python · Anything LLM

Details

IDAnyLlmSearchXsoarIncident
Languagepython
From Version6.10.0
Docker Imagedemisto/python3:3.12.8.3296088

README

Search incident fields for text results. Results are placed in the search results buffer 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
fields CSV list of field names to search. Each field uses JSON dot notation. Example: triagesla.runStatus

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 field names to search. Each field uses JSON dot notation. Example:  triagesla.runStatus'
  name: fields
  required: true
comment: Search incident fields for text results.  Results are placed in the search results buffer where they can be added to the LLM's  conversation context.
commonfields:
  id: AnyLlmSearchXsoarIncident
  version: -1
contentitemexportablefields:
  contentitemfields:
    fromServerVersion: ''
dockerimage: demisto/python3:3.12.8.3296088
enabled: true
engineinfo: {}
name: AnyLlmSearchXsoarIncident
runas: DBotWeakRole
runonce: false
script: ''
scripttarget: 0
subtype: python3
tags: []
type: python
fromversion: 6.10.0
tests:
- No tests (auto formatted)