File tree 5 files changed +5
-10
lines changed
5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
- import builtins
4
3
from typing import List , Union , Optional
5
4
from typing_extensions import Literal
6
5
@@ -53,7 +52,7 @@ class Assistant(BaseModel):
53
52
The maximum length is 32768 characters.
54
53
"""
55
54
56
- metadata : Optional [builtins . object ] = None
55
+ metadata : Optional [object ] = None
57
56
"""Set of 16 key-value pairs that can be attached to an object.
58
57
59
58
This can be useful for storing additional information about the object in a
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
- import builtins
4
3
from typing import Optional
5
4
from typing_extensions import Literal
6
5
@@ -16,7 +15,7 @@ class Thread(BaseModel):
16
15
created_at : int
17
16
"""The Unix timestamp (in seconds) for when the thread was created."""
18
17
19
- metadata : Optional [builtins . object ] = None
18
+ metadata : Optional [object ] = None
20
19
"""Set of 16 key-value pairs that can be attached to an object.
21
20
22
21
This can be useful for storing additional information about the object in a
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
- import builtins
4
3
from typing import List , Union , Optional
5
4
from typing_extensions import Literal
6
5
@@ -116,7 +115,7 @@ class Run(BaseModel):
116
115
last_error : Optional [LastError ] = None
117
116
"""The last error associated with this run. Will be `null` if there are no errors."""
118
117
119
- metadata : Optional [builtins . object ] = None
118
+ metadata : Optional [object ] = None
120
119
"""Set of 16 key-value pairs that can be attached to an object.
121
120
122
121
This can be useful for storing additional information about the object in a
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
- import builtins
4
3
from typing import Union , Optional
5
4
from typing_extensions import Literal
6
5
@@ -68,7 +67,7 @@ class RunStep(BaseModel):
68
67
Will be `null` if there are no errors.
69
68
"""
70
69
71
- metadata : Optional [builtins . object ] = None
70
+ metadata : Optional [object ] = None
72
71
"""Set of 16 key-value pairs that can be attached to an object.
73
72
74
73
This can be useful for storing additional information about the object in a
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
- import builtins
4
3
from typing import List , Union , Optional
5
4
from typing_extensions import Literal
6
5
@@ -37,7 +36,7 @@ class ThreadMessage(BaseModel):
37
36
that can access files. A maximum of 10 files can be attached to a message.
38
37
"""
39
38
40
- metadata : Optional [builtins . object ] = None
39
+ metadata : Optional [object ] = None
41
40
"""Set of 16 key-value pairs that can be attached to an object.
42
41
43
42
This can be useful for storing additional information about the object in a
You can’t perform that action at this time.
0 commit comments