We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29759ab commit 6bf8a8fCopy full SHA for 6bf8a8f
1 file changed
Public/Chat/Request-ChatCompletion.ps1
@@ -288,7 +288,7 @@ function Request-ChatCompletion {
288
}
289
#endregion
290
291
- #region Tools paramter validation
+ #region Tools parameter validation
292
if ($PSBoundParameters.ContainsKey('Tools')) {
293
$tmpTools = [System.Collections.IDictionary[]]::new($Tools.Count)
294
for ($i = 0; $i -lt $Tools.Count; $i++) {
0 commit comments