We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236edca commit fe8b2bdCopy full SHA for fe8b2bd
src/together/types/chat_completions.py
@@ -20,6 +20,7 @@ class MessageRole(str, Enum):
20
ASSISTANT = "assistant"
21
SYSTEM = "system"
22
USER = "user"
23
+ TOOL = "tool"
24
25
26
class ResponseFormatType(str, Enum):
0 commit comments