你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProjectResponsesClient Class

Definition

public class ProjectResponsesClient : OpenAI.Responses.OpenAIResponseClient
type ProjectResponsesClient = class
    inherit OpenAIResponseClient
Public Class ProjectResponsesClient
Inherits OpenAIResponseClient
Inheritance
OpenAI.Responses.OpenAIResponseClient
ProjectResponsesClient

Constructors

Name Description
ProjectResponsesClient()
ProjectResponsesClient(AuthenticationTokenProvider, ProjectResponsesClientOptions, AgentReference, String)
ProjectResponsesClient(AuthenticationTokenProvider, ProjectResponsesClientOptions)

Creates a new instance of ProjectResponsesClient.

ProjectResponsesClient(Uri, AuthenticationTokenProvider, AgentReference, String, ProjectResponsesClientOptions)

Creates a new instance of ProjectResponsesClient.

ProjectResponsesClient(Uri, AuthenticationTokenProvider, ProjectResponsesClientOptions)

Creates a new instance of ProjectResponsesClient.

Methods

Name Description
CreateResponse(IEnumerable<ResponseItem>, ResponseCreationOptions, CancellationToken)
CreateResponse(String, ResponseCreationOptions, CancellationToken)
CreateResponseAsync(IEnumerable<ResponseItem>, ResponseCreationOptions, CancellationToken)
CreateResponseAsync(String, ResponseCreationOptions, CancellationToken)
CreateResponseStreaming(IEnumerable<ResponseItem>, ResponseCreationOptions, CancellationToken)
CreateResponseStreaming(String, ResponseCreationOptions, CancellationToken)
CreateResponseStreamingAsync(IEnumerable<ResponseItem>, ResponseCreationOptions, CancellationToken)
CreateResponseStreamingAsync(String, ResponseCreationOptions, CancellationToken)
GetProjectResponses(AgentReference, String, Nullable<Int32>, String, String, String, CancellationToken)
GetProjectResponsesAsync(AgentReference, String, Nullable<Int32>, String, String, String, CancellationToken)

Applies to