diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs index 2c2e659..c137449 100644 --- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs @@ -49,8 +49,7 @@ public sealed partial class UltravoxV1BaseToolDefinition /// The maximum amount of time the tool is allowed for execution. The conversation is frozen
/// while tools run, so prefer sticking to the default unless you're comfortable with that
/// consequence. If your tool is too slow for the default and can't be made faster, still try to
- /// keep this timeout as low as possible.
- /// Note: For read APIs, 0s actually means unset (i.e. use the default). + /// keep this timeout as low as possible. /// [global::System.Text.Json.Serialization.JsonPropertyName("timeout")] public string? Timeout { get; set; } @@ -99,8 +98,7 @@ public sealed partial class UltravoxV1BaseToolDefinition /// The maximum amount of time the tool is allowed for execution. The conversation is frozen
/// while tools run, so prefer sticking to the default unless you're comfortable with that
/// consequence. If your tool is too slow for the default and can't be made faster, still try to
- /// keep this timeout as low as possible.
- /// Note: For read APIs, 0s actually means unset (i.e. use the default). + /// keep this timeout as low as possible. /// /// /// Details for an HTTP tool. diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs index 4498d43..6b265a9 100644 --- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs @@ -36,8 +36,7 @@ public sealed partial class UltravoxV1CallTool /// The maximum amount of time the tool is allowed for execution. The conversation is frozen
/// while tools run, so prefer sticking to the default unless you're comfortable with that
/// consequence. If your tool is too slow for the default and can't be made faster, still try to
- /// keep this timeout as low as possible.
- /// Note: For read APIs, 0s actually means unset (i.e. use the default). + /// keep this timeout as low as possible. /// [global::System.Text.Json.Serialization.JsonPropertyName("timeout")] public string? Timeout { get; set; } @@ -80,8 +79,7 @@ public sealed partial class UltravoxV1CallTool /// The maximum amount of time the tool is allowed for execution. The conversation is frozen
/// while tools run, so prefer sticking to the default unless you're comfortable with that
/// consequence. If your tool is too slow for the default and can't be made faster, still try to
- /// keep this timeout as low as possible.
- /// Note: For read APIs, 0s actually means unset (i.e. use the default). + /// keep this timeout as low as possible. /// /// /// Details for an HTTP tool. diff --git a/src/libs/Ultravox/openapi.yaml b/src/libs/Ultravox/openapi.yaml index 0ee3c20..de34bc7 100644 --- a/src/libs/Ultravox/openapi.yaml +++ b/src/libs/Ultravox/openapi.yaml @@ -1560,7 +1560,7 @@ components: timeout: pattern: '^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$' type: string - description: "The maximum amount of time the tool is allowed for execution. The conversation is frozen\n while tools run, so prefer sticking to the default unless you're comfortable with that\n consequence. If your tool is too slow for the default and can't be made faster, still try to\n keep this timeout as low as possible.\n Note: For read APIs, 0s actually means unset (i.e. use the default)." + description: "The maximum amount of time the tool is allowed for execution. The conversation is frozen\n while tools run, so prefer sticking to the default unless you're comfortable with that\n consequence. If your tool is too slow for the default and can't be made faster, still try to\n keep this timeout as low as possible." http: allOf: - $ref: '#/components/schemas/ultravox.v1.BaseHttpToolDetails' @@ -1646,7 +1646,7 @@ components: timeout: pattern: '^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$' type: string - description: "The maximum amount of time the tool is allowed for execution. The conversation is frozen\n while tools run, so prefer sticking to the default unless you're comfortable with that\n consequence. If your tool is too slow for the default and can't be made faster, still try to\n keep this timeout as low as possible.\n Note: For read APIs, 0s actually means unset (i.e. use the default)." + description: "The maximum amount of time the tool is allowed for execution. The conversation is frozen\n while tools run, so prefer sticking to the default unless you're comfortable with that\n consequence. If your tool is too slow for the default and can't be made faster, still try to\n keep this timeout as low as possible." http: allOf: - $ref: '#/components/schemas/ultravox.v1.HttpCallToolDetails'