AnyLlmWorkspaceEmbeddingsUpdate
Executes the actions taken on an embedded document in the grid field. "Pin" adds the entire document to the LLM's conversation context. Care should be taken not to pin very large documents that may impact the conversation's context negatively. "Unpin" removes the pinning of the document to the workspace. "Remove" removes the document's embedding from the workspace.
python · Anything LLM
Details
| ID | AnyLlmWorkspaceEmbeddingsUpdate |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | field-change-triggered |
README
Executes the actions taken on an embedded document in the grid field. “Pin” adds the entire document to the LLM’s conversation context. Care should be taken not to pin very large documents that may impact the conversation’s context negatively. “Unpin” removes the pinning of the document to the workspace. “Remove” removes the document’s embedding from the workspace
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | field-change-triggered |
Inputs
| Argument Name | Description |
|---|---|
| new | field new value |
| old | field old value |
Outputs
There are no outputs for this script.
args: - description: field new value. name: new - description: field old value. name: old comment: Executes the actions taken on an embedded document in the grid field. "Pin" adds the entire document to the LLM's conversation context. Care should be taken not to pin very large documents that may impact the conversation's context negatively. "Unpin" removes the pinning of the document to the workspace. "Remove" removes the document's embedding from the workspace. commonfields: id: AnyLlmWorkspaceEmbeddingsUpdate version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dockerimage: demisto/python3:3.12.8.3296088 enabled: true engineinfo: {} name: AnyLlmWorkspaceEmbeddingsUpdate runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: - field-change-triggered type: python fromversion: 6.10.0 tests: - No tests (auto formatted)