Skip to content

Commit

Permalink
docs: update README.md (openai#52)
Browse files Browse the repository at this point in the history
transfered -> transferred
  • Loading branch information
eltociear authored Oct 15, 2024
1 parent da020da commit be86442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Hi John, how can I assist you today?

- Swarm `Agent`s can call python functions directly.
- Function should usually return a `str` (values will be attempted to be cast as a `str`).
- If a function returns an `Agent`, execution will be transfered to that `Agent`.
- If a function returns an `Agent`, execution will be transferred to that `Agent`.
- If a function defines a `context_variables` parameter, it will be populated by the `context_variables` passed into `client.run()`.

```python
Expand Down

0 comments on commit be86442

Please sign in to comment.