OpenCode.Generated.AgentPartInput (opencode_sdk v0.1.13)

Copy Markdown View Source

Provides struct and type for a AgentPartInput

Summary

Types

t()

@type t() :: %OpenCode.Generated.AgentPartInput{
  id: String.t() | nil,
  name: String.t(),
  source: OpenCode.Generated.AgentPartInputSource.t() | nil,
  type: String.t()
}