Skip to content

Commit

Permalink
[OpenAI] Fix typo 'stanard' to 'standard' (Azure#37791)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyar authored Jul 23, 2023
1 parent faa3330 commit 80b7add
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public partial class ChatCompletionsOptions
/// <inheritdoc cref="CompletionsOptions.User"/>
public string User { get; set; }

/// <summary> A list of functions the model may generate JSON inputs for. </summary>
/// <summary> A list of functions the model may generate JSON inputs for. </summary>
public IList<FunctionDefinition> Functions { get; set; }

/// <summary>
Expand All @@ -57,7 +57,7 @@ public partial class ChatCompletionsOptions
/// </item>
/// <item>
/// <see cref="FunctionDefinition.Auto"/> represents the default behavior and will allow the model
/// to freely select between issuing a stanard completions response or a call to any provided
/// to freely select between issuing a standard completions response or a call to any provided
/// function.
/// </item>
/// <item>
Expand Down

0 comments on commit 80b7add

Please sign in to comment.