Skip to content

Commit

Permalink
Merge pull request #14 from tryAGI/bot/update-openapi_202412121815
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
2 parents 180873f + c75a5e1 commit 54dfaa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ public sealed partial class UltravoxV1BaseToolDefinition
/// The maximum amount of time the tool is allowed for execution. The conversation is frozen<br/>
/// while tools run, so prefer sticking to the default unless you're comfortable with that<br/>
/// consequence. If your tool is too slow for the default and can't be made faster, still try to<br/>
/// keep this timeout as low as possible.<br/>
/// Note: For read APIs, 0s actually means unset (i.e. use the default).
/// keep this timeout as low as possible.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("timeout")]
public string? Timeout { get; set; }
Expand Down Expand Up @@ -99,8 +98,7 @@ public sealed partial class UltravoxV1BaseToolDefinition
/// The maximum amount of time the tool is allowed for execution. The conversation is frozen<br/>
/// while tools run, so prefer sticking to the default unless you're comfortable with that<br/>
/// consequence. If your tool is too slow for the default and can't be made faster, still try to<br/>
/// keep this timeout as low as possible.<br/>
/// Note: For read APIs, 0s actually means unset (i.e. use the default).
/// keep this timeout as low as possible.
/// </param>
/// <param name="http">
/// Details for an HTTP tool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public sealed partial class UltravoxV1CallTool
/// The maximum amount of time the tool is allowed for execution. The conversation is frozen<br/>
/// while tools run, so prefer sticking to the default unless you're comfortable with that<br/>
/// consequence. If your tool is too slow for the default and can't be made faster, still try to<br/>
/// keep this timeout as low as possible.<br/>
/// Note: For read APIs, 0s actually means unset (i.e. use the default).
/// keep this timeout as low as possible.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("timeout")]
public string? Timeout { get; set; }
Expand Down Expand Up @@ -80,8 +79,7 @@ public sealed partial class UltravoxV1CallTool
/// The maximum amount of time the tool is allowed for execution. The conversation is frozen<br/>
/// while tools run, so prefer sticking to the default unless you're comfortable with that<br/>
/// consequence. If your tool is too slow for the default and can't be made faster, still try to<br/>
/// keep this timeout as low as possible.<br/>
/// Note: For read APIs, 0s actually means unset (i.e. use the default).
/// keep this timeout as low as possible.
/// </param>
/// <param name="http">
/// Details for an HTTP tool.
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Ultravox/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 54dfaa7

Please sign in to comment.