Uses of Class
com.azure.ai.openai.responses.models.ResponsesItem
Packages that use ResponsesItem
Package
Description
Package containing the classes for AzureResponses.
Package containing the data models for AzureResponses.
-
Uses of ResponsesItem in com.azure.ai.openai.responses
Methods in com.azure.ai.openai.responses that return types with arguments of type ResponsesItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<ResponsesItem> ResponsesAsyncClient.listInputItems(String responseId, Integer limit, ListInputItemsRequestOrder order) Returns a list of input items for a given response.com.azure.core.http.rest.PagedIterable<ResponsesItem> ResponsesClient.listInputItems(String responseId, Integer limit, ListInputItemsRequestOrder order) Returns a list of input items for a given response. -
Uses of ResponsesItem in com.azure.ai.openai.responses.models
Subclasses of ResponsesItem in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classA message item with the `assistant` role.final classA tool call to a computer use tool.final classThe ResponsesComputerCallOutputItem model.final classA message item with the `developer` role.final classThe ResponsesFileSearchCallItem model.final classThe ResponsesFunctionCallItem model.final classThe ResponsesFunctionCallOutput model.final classThe ResponsesItemReferenceItem model.classA response message item, representing a role and content.final classThe ResponsesReasoningItem model.final classA message item with the `system` role.final classA message item with the `user` role.final classThe ResponsesWebSearchCallItem model.Methods in com.azure.ai.openai.responses.models that return ResponsesItemModifier and TypeMethodDescriptionstatic ResponsesItemResponsesItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesItem from the JsonReader.ResponsesStreamEventOutputItemAdded.getItem()Get the item property: The new output item created.ResponsesStreamEventOutputItemDone.getItem()Get the item property: The completed output item.Methods in com.azure.ai.openai.responses.models that return types with arguments of type ResponsesItem