FlowOutputEvent

Contains information about an output from prompt flow invoction.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content in the output.

Link copied to clipboard

The name of the flow output node that the output is from.

Link copied to clipboard

The type of the node that the output is from.

Functions

Link copied to clipboard
inline fun copy(block: FlowOutputEvent.Builder.() -> Unit = {}): FlowOutputEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String