Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
1 parent be621e5 commit 375480c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/libs/Anthropic/Generated/Anthropic.Models.StopReason.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ namespace Anthropic
public enum StopReason
{
/// <summary>
///
/// the model reached a natural stopping point
/// </summary>
EndTurn,
/// <summary>
///
/// we exceeded the requested `max_tokens` or the model's maximum
/// </summary>
MaxTokens,
/// <summary>
///
/// one of your provided custom `stop_sequences` was generated
/// </summary>
StopSequence,
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ namespace Anthropic
public enum ToolChoiceType
{
/// <summary>
///
/// allows Claude to decide whether to call any provided tools or not. This is the default value.
/// </summary>
Auto,
/// <summary>
///
/// allows Claude to decide whether to call any provided tools or not. This is the default value.
/// </summary>
Any,
/// <summary>
///
/// allows Claude to decide whether to call any provided tools or not. This is the default value.
/// </summary>
Tool,
}
Expand Down

0 comments on commit 375480c

Please sign in to comment.