Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Dec 11, 2023
1 parent b2d2334 commit 92c7a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ChatGptNet.Models/ChatGptToolParameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatGptToolParameters class

Contains parameters about the function calls that are available for ChatGPT.
Contains parameters about the tools that are available for ChatGPT.

```csharp
public class ChatGptToolParameters
Expand Down
2 changes: 1 addition & 1 deletion src/ChatGptNet/Models/ChatGptToolParameters.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace ChatGptNet.Models;

/// <summary>
/// Contains parameters about the function calls that are available for ChatGPT.
/// Contains parameters about the tools calls that are available for ChatGPT.
/// </summary>
public class ChatGptToolParameters
{
Expand Down

0 comments on commit 92c7a69

Please sign in to comment.