You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
7
7
- Add `count_tokens_for_system_and_tools` to count tokens for system message and tools. You should count the tokens for both together, since the token count for tools varies based off whether a system message is provided.
8
8
- Updated `build_messages` to allow for `tools` and `tool_choice` to be passed in.
9
+
- Breaking change: Changed `new_user_message` to `new_user_content` in `build_messages` for clarity.
0 commit comments