Provides struct and type for a FileContent
@type t() :: %OpenCode.Generated.FileContent{ content: String.t(), diff: String.t() | nil, encoding: String.t() | nil, mime_type: String.t() | nil, patch: OpenCode.Generated.FileContentPatch.t() | nil, type: String.t() }