ADK.RunConfig (adk_ex v1.1.0)

Copy Markdown View Source

Runtime configuration for agent execution.

Summary

Types

streaming_mode()

@type streaming_mode() :: :none | :sse

t()

@type t() :: %ADK.RunConfig{
  save_input_blobs_as_artifacts: boolean(),
  streaming_mode: streaming_mode()
}