From 375480c01e65d28eaee26faf67cb0ef9a188eaf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Sep 2024 06:12:50 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Anthropic/Generated/Anthropic.Models.StopReason.g.cs | 6 +++--- .../Generated/Anthropic.Models.ToolChoiceType.g.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libs/Anthropic/Generated/Anthropic.Models.StopReason.g.cs b/src/libs/Anthropic/Generated/Anthropic.Models.StopReason.g.cs index 7eb783d..079afc3 100644 --- a/src/libs/Anthropic/Generated/Anthropic.Models.StopReason.g.cs +++ b/src/libs/Anthropic/Generated/Anthropic.Models.StopReason.g.cs @@ -15,15 +15,15 @@ namespace Anthropic public enum StopReason { /// - /// + /// the model reached a natural stopping point /// EndTurn, /// - /// + /// we exceeded the requested `max_tokens` or the model's maximum /// MaxTokens, /// - /// + /// one of your provided custom `stop_sequences` was generated /// StopSequence, /// diff --git a/src/libs/Anthropic/Generated/Anthropic.Models.ToolChoiceType.g.cs b/src/libs/Anthropic/Generated/Anthropic.Models.ToolChoiceType.g.cs index 13bc8c9..713ff5c 100644 --- a/src/libs/Anthropic/Generated/Anthropic.Models.ToolChoiceType.g.cs +++ b/src/libs/Anthropic/Generated/Anthropic.Models.ToolChoiceType.g.cs @@ -13,15 +13,15 @@ namespace Anthropic public enum ToolChoiceType { /// - /// + /// allows Claude to decide whether to call any provided tools or not. This is the default value. /// Auto, /// - /// + /// allows Claude to decide whether to call any provided tools or not. This is the default value. /// Any, /// - /// + /// allows Claude to decide whether to call any provided tools or not. This is the default value. /// Tool, }