in Sources/GoogleAI/PartsRepresentable.swift [21:28]
func tryPartsValue() throws -> [ModelContent.Part]
}
/// A protocol describing any data that could be serialized to model-interpretable input data,
/// where the serialization process cannot fail with an error. For a failable conversion, see
/// ``ThrowingPartsRepresentable``
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
public protocol PartsRepresentable: ThrowingPartsRepresentable {