We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221a4c commit 31dd401Copy full SHA for 31dd401
1 file changed
Tool/Sources/ChatBasic/ChatMessage.swift
@@ -10,6 +10,7 @@ public struct ChatMessage: Equatable, Codable {
10
case system
11
case user
12
case assistant
13
+ case tool
14
}
15
16
/// A function call that can be made by the bot.
0 commit comments