PromptFlowNodeInlineConfiguration
Contains configurations for a prompt defined inline in the node.
Types
Properties
Link copied to clipboard
Additional fields to be included in the model request for the Prompt node.
Link copied to clipboard
Contains inference configurations for the prompt.
Link copied to clipboard
The unique identifier of the model or inference profile to run inference with.
Link copied to clipboard
Contains a prompt and variables in the prompt that can be replaced with values at runtime.
Link copied to clipboard
The type of prompt template.
Functions
Link copied to clipboard
inline fun copy(block: PromptFlowNodeInlineConfiguration.Builder.() -> Unit = {}): PromptFlowNodeInlineConfiguration