Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaFunction
Packages that use RunStepDeltaFunction
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaFunction in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaFunctionModifier and TypeMethodDescriptionstatic RunStepDeltaFunction
RunStepDeltaFunction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaFunction from the JsonReader.RunStepDeltaFunctionToolCall.getFunction()
Get the function property: The function data for the tool call.