Uses of Class
com.azure.ai.openai.responses.models.ResponsesStreamEvent
Packages that use ResponsesStreamEvent
Package
Description
Package containing the classes for AzureResponses.
Package containing the data models for AzureResponses.
-
Uses of ResponsesStreamEvent in com.azure.ai.openai.responses
Methods in com.azure.ai.openai.responses that return types with arguments of type ResponsesStreamEventModifier and TypeMethodDescriptionResponsesAsyncClient.createResponseStream(CreateResponsesRequest requestBody) Creates a model response.ResponsesAsyncClient.createResponseStream(CreateResponsesRequest requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates a model response.com.azure.core.util.IterableStream<ResponsesStreamEvent> ResponsesClient.createResponseStreaming(CreateResponsesRequest requestBody) Creates a model response.com.azure.core.util.IterableStream<ResponsesStreamEvent> ResponsesClient.createResponseStreaming(CreateResponsesRequest requestBody, com.azure.core.http.rest.RequestOptions requestOptions) Creates a model response. -
Uses of ResponsesStreamEvent in com.azure.ai.openai.responses.models
Subclasses of ResponsesStreamEvent in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classEmitted when a web search call is completed.final classEmitted when a web search call is initiated.final classEmitted when a web search call is executing.final classReturned when a Response is done streaming.final classEmitted when a new content part is added.final classEmitted when a content part is done.final classReturned when a new Response is created.final classEmitted when an error has occurred.final classEmitted when in-progress response generation has failed.final classEmitted when a file search call is completed (results found).final classEmitted when a file search call is initiated.final classEmitted when a file search call has begun searching.final classReturned when the model-generated function call arguments are updated.final classReturned when the model-generated function call arguments are done streaming.final classEmitted when response generation has terminated in an incomplete status.final classEmitted when the response is in progress.final classReturned when a new output item is created during response generation.final classReturned when an output item is done streaming.final classEmitted when a new output text annotation is added.final classEmitted when the text value of a "text" content part is updated.final classEmitted when the text value of a "text" content part is done streaming.final classEmitted when an incremental delta update to refusal information is available.final classEmitted when a refusal output item is completed.Methods in com.azure.ai.openai.responses.models that return ResponsesStreamEventModifier and TypeMethodDescriptionstatic ResponsesStreamEventResponsesStreamEvent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesStreamEvent from the JsonReader.