Skip to content

Commit f44490f

Browse files
Minor typo
1 parent 47cf112 commit f44490f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,6 @@ For more details about how to also uploading base 64 encoded images in iOS check
12691269

12701270
OpenAI's most advanced interface for generating model responses. Supports text and image inputs, and text outputs. Create stateful interactions with the model, using the output of previous responses as input. Extend the model's capabilities with built-in tools for file search, web search, computer use, and more. Allow the model access to external systems and data using function calling.
12711271

1272-
**New in v3.0.0:**
12731272
- Full streaming support with `responseCreateStream` method
12741273
- Comprehensive `ResponseStreamEvent` enum covering 40+ event types
12751274
- Enhanced `InputMessage` with `id` field for response ID tracking
@@ -1473,7 +1472,7 @@ public struct InputMessage: Codable {
14731472
public let content: MessageContent
14741473
public let type: String? // Always "message"
14751474
public let status: String? // "completed" for assistant messages
1476-
public let id: String? // Response ID for assistant messages (new in v3.0.0)
1475+
public let id: String? // Response ID for assistant messages
14771476
}
14781477

14791478
// MessageContent can be text or array of content items

0 commit comments

Comments
 (0)