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
16 changes: 4 additions & 12 deletions sdk/ai/Azure.AI.Agents/api/Azure.AI.Agents.net8.0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,28 +412,20 @@ public AgentsClient(System.Uri endpoint, System.ClientModel.AuthenticationTokenP
public System.ClientModel.Primitives.ClientPipeline Pipeline { get { throw null; } }
public virtual System.ClientModel.ClientResult CreateAgent(System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> CreateAgent(string name, Azure.AI.Agents.AgentDefinition definition, Azure.AI.Agents.AgentCreationOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> CreateAgent(string name, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> CreateAgentAsync(System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> CreateAgentAsync(string name, Azure.AI.Agents.AgentDefinition definition, Azure.AI.Agents.AgentCreationOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> CreateAgentAsync(string name, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult CreateAgentFromManifest(System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> CreateAgentFromManifest(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> CreateAgentFromManifest(string name, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> CreateAgentFromManifestAsync(System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> CreateAgentFromManifestAsync(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> CreateAgentFromManifestAsync(string name, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion> CreateAgentVersion(string agentName, Azure.AI.Agents.AgentDefinition definition, Azure.AI.Agents.AgentVersionCreationOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion> CreateAgentVersion(string agentName, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult CreateAgentVersion(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion>> CreateAgentVersionAsync(string agentName, Azure.AI.Agents.AgentDefinition definition, Azure.AI.Agents.AgentVersionCreationOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion>> CreateAgentVersionAsync(string agentName, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> CreateAgentVersionAsync(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult CreateAgentVersionFromManifest(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion> CreateAgentVersionFromManifest(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion> CreateAgentVersionFromManifest(string agentName, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> CreateAgentVersionFromManifestAsync(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion>> CreateAgentVersionFromManifestAsync(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentVersion>> CreateAgentVersionFromManifestAsync(string agentName, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult DeleteAgent(string agentName, System.ClientModel.Primitives.RequestOptions options) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentDeletionResult> DeleteAgent(string agentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> DeleteAgentAsync(string agentName, System.ClientModel.Primitives.RequestOptions options) { throw null; }
Expand Down Expand Up @@ -481,10 +473,8 @@ public AgentsClient(System.Uri endpoint, System.ClientModel.AuthenticationTokenP
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentContainerOperation> StopAgentContainer(string agentName, string agentVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> StopAgentContainerAsync(string agentName, string agentVersion, System.ClientModel.Primitives.RequestOptions options) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentContainerOperation>> StopAgentContainerAsync(string agentName, string agentVersion, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> UpdateAgent(string agentName, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> UpdateAgent(string agentName, Azure.AI.Agents.AgentUpdateOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult UpdateAgent(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> UpdateAgentAsync(string agentName, Azure.AI.Agents.AgentDefinition definition, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> UpdateAgentAsync(string agentName, Azure.AI.Agents.AgentUpdateOptions options, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> UpdateAgentAsync(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult UpdateAgentContainer(string agentName, string agentVersion, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
Expand All @@ -493,10 +483,8 @@ public AgentsClient(System.Uri endpoint, System.ClientModel.AuthenticationTokenP
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentContainerOperation>> UpdateAgentContainerAsync(string agentName, string agentVersion, int? minReplicas = default(int?), int? maxReplicas = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult UpdateAgentFromManifest(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> UpdateAgentFromManifest(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord> UpdateAgentFromManifest(string agentName, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult> UpdateAgentFromManifestAsync(string agentName, System.ClientModel.BinaryContent content, System.ClientModel.Primitives.RequestOptions options = null) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> UpdateAgentFromManifestAsync(string agentName, string manifestId, Azure.AI.Agents.AgentManifestOptions options = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Agents.AgentRecord>> UpdateAgentFromManifestAsync(string agentName, string manifestId, System.Collections.Generic.IDictionary<string, System.BinaryData> parameterValues, System.Collections.Generic.IDictionary<string, string> metadata = null, string description = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
public partial class AgentsClientOptions : System.ClientModel.Primitives.ClientPipelineOptions
{
Expand Down Expand Up @@ -1617,6 +1605,10 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
string System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.OAuthConsentRequestItemResource>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.AI.Agents.OAuthConsentRequestItemResource>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
public static partial class OpenAIFileExtensions
{
public static string GetAzureFileStatus(this OpenAI.Files.OpenAIFile file) { throw null; }
}
public static partial class OpenAIResponseExtension
{
public static System.ClientModel.ClientResult<OpenAI.Responses.OpenAIResponse> CreateResponse(this OpenAI.Responses.OpenAIResponseClient responseClient, Azure.AI.Agents.AgentConversation conversation, Azure.AI.Agents.AgentReference agentRef, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down
Loading
Loading