PromptSnowflakeCortex 2025.10.9.21

Bundle

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

Description

Sends a prompt to Snowflake Cortex, writing the response either as a FlowFile attribute or to the contents of the incoming FlowFile. The prompt may consist of pure text interaction only.

Tags

ai, chat, cortex, openflow, prompt, snowflake, text

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Enable Cortex GuardrailsFilters potentially unsafe and harmful responses from a language model. Either true or false.
Max TokensThe maximum number of tokens to generate
Output StrategyDetermines response output destination
Response FormatThe format of the response from Snowflake Cortex
Results AttributeThe name of the attribute to write the response to.
Snowflake Connection ServiceDatabase Connection Service for accessing Snowflake
System MessageThe system message to send to Snowflake Cortex. 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}
TemperatureThe temperature to use for generating the response.
Text Model NameThe name of the Snowflake Cortex model
Top PThe top P value to use for generating the response
User MessageThe user message to send to Snowflake Cortex. 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
failureIf unable to obtain a valid response from Snowflake Cortex, the original FlowFile will be routed to this relationship
successThe response from Snowflake Cortex is routed to this relationship