Skip to content

Commit 72c5066

Browse files
authored
add enum for tool choice required (#309)
1 parent c09481b commit 72c5066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/together/types/chat_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class ToolChoice(BaseModel):
9898

9999
class ToolChoiceEnum(str, Enum):
100100
Auto = "auto"
101+
Required = "required"
101102

102103

103104
class ChatCompletionRequest(BaseModel):

0 commit comments

Comments
 (0)