Provides struct and type for a SessionV2Info
Summary
Types
@type t() :: %OpenCode.Generated.SessionV2Info{ agent: String.t() | nil, cost: number(), id: String.t(), location: OpenCode.Generated.LocationRef.t(), model: OpenCode.Generated.SessionV2InfoModel.t() | nil, parent_id: String.t() | nil, project_id: String.t(), subpath: String.t() | nil, time: OpenCode.Generated.SessionV2InfoTime.t(), title: String.t(), tokens: OpenCode.Generated.SessionV2InfoTokens.t() }