Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.ApiRequestTool.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class ApiRequestTool
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -367,8 +366,7 @@ public sealed partial class ApiRequestTool
/// This is where the request will be sent.
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "apiRequest" for API request tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.BashTool.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class BashTool
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -179,8 +178,7 @@ public sealed partial class BashTool
/// This is the ISO 8601 date-time string of when the tool was last updated.
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "bash" for Bash tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.BashToolWithToolCall.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class BashToolWithToolCall
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -147,8 +146,7 @@ public sealed partial class BashToolWithToolCall
/// </summary>
/// <param name="toolCall"></param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "bash" for Bash tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.CodeTool.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CodeTool
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -222,8 +221,7 @@ public sealed partial class CodeTool
/// This is the ISO 8601 date-time string of when the tool was last updated.
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "code" for Code tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.ComputerTool.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class ComputerTool
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -205,8 +204,7 @@ public sealed partial class ComputerTool
/// The display height in pixels
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "computer" for Computer tool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class ComputerToolWithToolCall
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -173,8 +172,7 @@ public sealed partial class ComputerToolWithToolCall
/// The display height in pixels
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "computer" for Computer tool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateApiRequestToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -327,8 +326,7 @@ public sealed partial class CreateApiRequestToolDTO
/// This is where the request will be sent.
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "apiRequest" for API request tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.CreateBashToolDTO.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateBashToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -139,8 +138,7 @@ public sealed partial class CreateBashToolDTO
/// Initializes a new instance of the <see cref="CreateBashToolDTO" /> class.
/// </summary>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "bash" for Bash tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.CreateCodeToolDTO.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateCodeToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -182,8 +181,7 @@ public sealed partial class CreateCodeToolDTO
/// TypeScript code to execute when the tool is called
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "code" for Code tool.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateComputerToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -165,8 +164,7 @@ public sealed partial class CreateComputerToolDTO
/// The display height in pixels
/// </param>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "computer" for Computer tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.CreateDtmfToolDTO.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateDtmfToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -118,8 +117,7 @@ public sealed partial class CreateDtmfToolDTO
/// Initializes a new instance of the <see cref="CreateDtmfToolDTO" /> class.
/// </summary>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "dtmf" for DTMF tool.
Expand Down
6 changes: 2 additions & 4 deletions src/libs/Vapi/Generated/Vapi.Models.CreateEndCallToolDTO.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ namespace Vapi
public sealed partial class CreateEndCallToolDTO
{
/// <summary>
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("messages")]
public global::System.Collections.Generic.IList<global::Vapi.OneOf<global::Vapi.ToolMessageStart, global::Vapi.ToolMessageComplete, global::Vapi.ToolMessageFailed, global::Vapi.ToolMessageDelayed>>? Messages { get; set; }
Expand Down Expand Up @@ -111,8 +110,7 @@ public sealed partial class CreateEndCallToolDTO
/// Initializes a new instance of the <see cref="CreateEndCallToolDTO" /> class.
/// </summary>
/// <param name="messages">
/// These are the messages that will be spoken to the user as the tool is running.<br/>
/// For some tools, this is auto-filled based on special fields like `tool.destinations`. For others like the function tool, these can be custom configured.
/// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates.
/// </param>
/// <param name="type">
/// The type of tool. "endCall" for End Call tool.
Expand Down
Loading