Skip to content

Commit b35c3ef

Browse files
committed
Improve Assistants intro in README
1 parent c24210c commit b35c3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,9 +663,9 @@ client.finetunes.list_events(id: fine_tune_id)
663663

664664
### Assistants
665665

666-
Assistants can call models to interact with threads and use tools to perform tasks (see [Assistant Overview](https://platform.openai.com/docs/assistants/overview)).
666+
Assistants are stateful actors that can have many conversations and use tools to perform tasks (see [Assistant Overview](https://platform.openai.com/docs/assistants/overview)).
667667

668-
To create a new assistant (see [API documentation](https://platform.openai.com/docs/api-reference/assistants/createAssistant)):
668+
To create a new assistant:
669669

670670
```ruby
671671
response = client.assistants.create(

0 commit comments

Comments
 (0)