We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29febe9 commit 35ec489Copy full SHA for 35ec489
README.md
@@ -88,19 +88,7 @@ client = DigitaloceanGenaiSDK()
88
89
assistant_object = client.assistants.create(
90
model="gpt-4o",
91
- tool_resources={
92
- "code_interpreter": {"file_ids": ["string"]},
93
- "file_search": {
94
- "vector_store_ids": ["string"],
95
- "vector_stores": [
96
- {
97
- "chunking_strategy": {"type": "auto"},
98
- "file_ids": ["string"],
99
- "metadata": {"foo": "string"},
100
- }
101
- ],
102
- },
103
+ tool_resources={},
104
)
105
print(assistant_object.tool_resources)
106
```
0 commit comments