OpenCode.Generated.SessionMessageSynthetic (opencode_sdk v0.1.60)

Copy Markdown View Source

Provides struct and type for a SessionMessageSynthetic

Summary

Types

t()

@type t() :: %OpenCode.Generated.SessionMessageSynthetic{
  id: String.t(),
  metadata: map() | nil,
  session_id: String.t(),
  text: String.t(),
  time: OpenCode.Generated.SessionMessageSyntheticTime.t(),
  type: String.t()
}