Uses of Class
com.azure.ai.inference.models.ChatRequestAssistantMessage
Packages that use ChatRequestAssistantMessage
-
Uses of ChatRequestAssistantMessage in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return ChatRequestAssistantMessageModifier and TypeMethodDescriptionstatic ChatRequestAssistantMessageChatRequestAssistantMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatRequestAssistantMessage from the JsonReader.ChatRequestAssistantMessage.setContent(String content) Set the content property: The content of the message.ChatRequestAssistantMessage.setToolCalls(List<ChatCompletionsToolCall> toolCalls) Set the toolCalls property: The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured.