RunConfig

data class RunConfig(val streamingMode: StreamingMode = StreamingMode.NONE, val customMetadata: Map<String, Any>? = null)

Configs for runtime behavior of agents.

Constructors

Link copied to clipboard
constructor(streamingMode: StreamingMode = StreamingMode.NONE, customMetadata: Map<String, Any>? = null)

Properties

Link copied to clipboard
val customMetadata: Map<String, Any>? = null

Custom metadata for the current invocation.

Link copied to clipboard

Streaming mode, NONE or SSE.