Skip to content

Commit 31dd401

Browse files
committed
Add role
1 parent d221a4c commit 31dd401

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tool/Sources/ChatBasic/ChatMessage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public struct ChatMessage: Equatable, Codable {
1010
case system
1111
case user
1212
case assistant
13+
case tool
1314
}
1415

1516
/// A function call that can be made by the bot.

0 commit comments

Comments
 (0)