Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c17f3cc

Browse filesBrowse files
authored
Merge pull request openai-php#278 from lucianotonet/main
Update README.md
2 parents 7cc7d49 + e0f505d commit c17f3cc
Copy full SHA for c17f3cc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ $response->toArray(); // ['object' => 'list', ...]]
10381038
Create an assistant file by attaching a file to an assistant.
10391039

10401040
```php
1041-
$response = $client->assistants())->files()->create('asst_gxzBkD1wkKEloYqZ410pT5pd', [
1041+
$response = $client->assistants()->files()->create('asst_gxzBkD1wkKEloYqZ410pT5pd', [
10421042
'file_id' => 'file-wB6RM6wHdA49HfS2DJ9fEyrH',
10431043
]);
10441044

@@ -1070,7 +1070,7 @@ $response->toArray(); // ['id' => 'file-wB6RM6wHdA49HfS2DJ9fEyrH', ...]
10701070

10711071
#### `delete`
10721072

1073-
Delete an assistant.
1073+
Delete an assistant file.
10741074

10751075
```php
10761076
$response = $client->assistants()->files()->delete(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.