We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f537b08 commit 3c2ee0bCopy full SHA for 3c2ee0b
src/together/types/chat_completions.py
@@ -29,6 +29,8 @@ class ResponseFormatType(str, Enum):
29
JSON_OBJECT = "json_object"
30
JSON_SCHEMA = "json_schema"
31
REGEX = "regex"
32
+ GRAMMAR = "grammar"
33
+ EBNF = "ebnf"
34
35
36
class FunctionCall(BaseModel):
0 commit comments