1 parent 94e3bea commit 0a6df13Copy full SHA for 0a6df13
1 file changed
Sources/Anthropic/Public/ResponseModels/Message/MessageResponse.swift
@@ -12,13 +12,13 @@ public struct MessageResponse: Decodable {
12
/// Unique object identifier.
13
///
14
/// The format and length of IDs may change over time.
15
- public let id: String
+ public let id: String?
16
17
/// e.g: "message"
18
- public let type: String
+ public let type: String?
19
20
/// The model that handled the request.
21
- public let model: String
+ public let model: String?
22
23
/// Conversational role of the generated message.
24
0 commit comments