Skip to content

Commit 2add4b6

Browse files
Update CHANGELOG.md
Co-authored-by: Ben Purinton <ben.purinton@gmail.com>
1 parent 23d7e4f commit 2add4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949

5050
- **Automatic conversation management**: The gem now automatically creates and manages conversations via OpenAI's Conversations API. The `conversation_id` is set after the first `generate!` call and maintained across subsequent calls.
5151

52-
- **`get_items` method**: Retrieve all conversation items (messages, tool calls, reasoning) from OpenAI's API with `chat.get_items`.
52+
- **`items` method**: Retrieve all conversation items (messages, tool calls, reasoning) from OpenAI's API with `chat.items`.
5353

5454
- **Improved test coverage**: Added integration tests for conversation continuity, file handling, and conversation items retrieval.
5555

0 commit comments

Comments
 (0)