diff --git a/docs/ChatGptNet.Models/ChatGptToolParameters.md b/docs/ChatGptNet.Models/ChatGptToolParameters.md index ffa6e50..38d32e1 100644 --- a/docs/ChatGptNet.Models/ChatGptToolParameters.md +++ b/docs/ChatGptNet.Models/ChatGptToolParameters.md @@ -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 diff --git a/src/ChatGptNet/Models/ChatGptToolParameters.cs b/src/ChatGptNet/Models/ChatGptToolParameters.cs index f716588..e4bba16 100644 --- a/src/ChatGptNet/Models/ChatGptToolParameters.cs +++ b/src/ChatGptNet/Models/ChatGptToolParameters.cs @@ -1,7 +1,7 @@ namespace ChatGptNet.Models; /// -/// Contains parameters about the function calls that are available for ChatGPT. +/// Contains parameters about the tools calls that are available for ChatGPT. /// public class ChatGptToolParameters {