AnyLlmUploadText

Processes text data for uploading as an LLM document by AnyLlmUploadDocument and so that a full text search can also be performed on the document after uploading.

python · Anything LLM

Details

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

README

Processes text data for uploading as an LLM document by AnyLlmUploadDocument and so that a full text search can also be performed on the document after uploading

Script Data


Name Description
Script Type python3

Inputs


Argument Name Description
text text content for the LLM document
title title of the LLM document
author author of the LLM document
description description of the LLM document
source source of the LLM document

Outputs


There are no outputs for this script.

args:
- description: text content for the LLM document.
  name: text
  required: true
- description: title of the LLM document.
  name: title
  required: true
- description: author of the LLM document.
  name: author
  required: true
- description: description of the LLM document.
  name: description
  required: true
- description: source of the LLM document.
  name: source
  required: true
comment: Processes text data for uploading as an LLM document by AnyLlmUploadDocument and so that a full text search can also be performed on the document after uploading.
commonfields:
  id: AnyLlmUploadText
  version: -1
contentitemexportablefields:
  contentitemfields:
    fromServerVersion: ''
dockerimage: demisto/python3:3.12.8.3296088
enabled: true
engineinfo: {}
name: AnyLlmUploadText
runas: DBotWeakRole
runonce: false
script: ''
scripttarget: 0
subtype: python3
tags: []
type: python
fromversion: 6.10.0
tests:
- No tests (auto formatted)