Prompt Deployment Node
vellum.workflows.nodes.PromptDeploymentNode
Used to execute a Prompt Deployment and surface a string output for convenience.
Attributes
Either the Prompt Deployment’s UUID or its name
The inputs for the Prompt
The release tag to use for the Prompt Execution
Optionally include a unique identifier for tracking purposes. Must be unique within a given Prompt Deployment.
Expandable execution fields to include in the response. See more here.
The raw overrides to use for the Prompt Execution
Expandable raw fields to include in the response
The metadata to use for the Prompt Execution
The request options to use for the Prompt Execution
Outputs
The generated text output from the prompt execution
The array of results from the prompt execution. PromptOutput is a union of the following types:
- StringVellumValue
- FunctionCallVellumValue