Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Black <m@hiremav.com>
  • Loading branch information
kladaFOX and matthewblack authored Oct 4, 2024
1 parent b5875a2 commit 7912061
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 @@ -241,7 +241,7 @@ This structured format guarantees that the response adheres to the schema you’

**Using Tools for Function Calling**

You can also incorporate tools (function calls) in your completion to handle more complex interactions such as fetching information or performing calculations. Define tools using the function call format and include them in the request:
You can incorporate tools (function calls) in your completion to handle more complex interactions such as fetching external information via API or performing calculations. Define tools using the function call format and include them in the request:

```ruby
tools = [
Expand Down

0 comments on commit 7912061

Please sign in to comment.