ProjectResponsesClient.GetProjectResponsesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual System.ClientModel.AsyncCollectionResult<OpenAI.Responses.OpenAIResponse> GetProjectResponsesAsync(Azure.AI.Projects.OpenAI.AgentReference agent = default, string conversationId = default, int? limit = default, string order = default, string after = default, string before = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectResponsesAsync : Azure.AI.Projects.OpenAI.AgentReference * string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> System.ClientModel.AsyncCollectionResult<OpenAI.Responses.OpenAIResponse>
override this.GetProjectResponsesAsync : Azure.AI.Projects.OpenAI.AgentReference * string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> System.ClientModel.AsyncCollectionResult<OpenAI.Responses.OpenAIResponse>
Public Overridable Function GetProjectResponsesAsync (Optional agent As AgentReference = Nothing, Optional conversationId As String = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional order As String = Nothing, Optional after As String = Nothing, Optional before As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncCollectionResult(Of OpenAIResponse)
Parameters
- agent
- AgentReference
- conversationId
- String
- order
- String
- after
- String
- before
- String
- cancellationToken
- CancellationToken