PromptLLM 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-llm-processors-nar

Description

This processor sends a user defined prompt to a Large Language Model (LLM) to respond.

Tags

ai, llm, openflow, prompt, text processing

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Assistant MessageThe assistant message to send to the LLM. FlowFile attributes may be referenced via Expression Language, and the contents of the FlowFile may be referenced via the flowfile_content variable. E.g., ${flowfile_content}. The assistant message is added last
LLM Provider ServiceThe provider service for sending evaluation prompts to LLM
Output StrategyDetermines response output destination
Results AttributeThe name of the attribute to write the response to.
System MessageThe system message to send to the LLM. FlowFile attributes may be referenced via Expression Language, and the contents of the FlowFile may be referenced via the flowfile_content variable. E.g., ${flowfile_content}. The system message is added first.
User MessageThe user message to send to the LLM. FlowFile attributes may be referenced via Expression Language, and the contents of the FlowFile may be referenced via the flowfile_content variable. E.g., ${flowfile_content}.

Relationships

NameDescription
failureFlowFiles that cannot be processed are routed to this relationship
successFlowFiles that are successfully processed are routed to this relationship