Skip to content

Commit 35ec489

Browse files
chore(docs): remove unnecessary param examples
1 parent 29febe9 commit 35ec489

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,7 @@ client = DigitaloceanGenaiSDK()
8888

8989
assistant_object = client.assistants.create(
9090
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-
},
91+
tool_resources={},
10492
)
10593
print(assistant_object.tool_resources)
10694
```

0 commit comments

Comments
 (0)