File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,39 +27,6 @@ paths:
2727 x-fern-sdk-group-name :
2828 - calls
2929 x-fern-sdk-method-name : update
30- /v2/call :
31- get :
32- parameters :
33- - name : structuredOutputs
34- schema :
35- additionalProperties :
36- type : object
37- x-fern-type-name : StructuredOutputsFilterValue
38- properties :
39- eq :
40- type : string
41- description : Equal to
42- neq :
43- type : string
44- description : Not equal to
45- gt :
46- type : string
47- description : Greater than
48- gte :
49- type : string
50- description : Greater than or equal to
51- lt :
52- type : string
53- description : Less than
54- lte :
55- type : string
56- description : Less than or equal to
57- contains :
58- type : string
59- description : Contains
60- notContains :
61- type : string
62- description : Not contains
6330 /chat :
6431 get :
6532 x-fern-availability : beta
Original file line number Diff line number Diff line change 872872 "type": "object",
873873 "additionalProperties": {
874874 "type": "object",
875+ "x-fern-type-name": "StructuredOutputsFilterValue",
875876 "properties": {
876877 "eq": {
877878 "type": "string",
You can’t perform that action at this time.
0 commit comments