Uses of Class
com.github.copilot.sdk.json.MessageOptions
Packages that use MessageOptions
-
Uses of MessageOptions in com.github.copilot.sdk
Methods in com.github.copilot.sdk with parameters of type MessageOptionsModifier and TypeMethodDescriptionCopilotSession.send(MessageOptions options) Sends a message to the Copilot session.CopilotSession.sendAndWait(MessageOptions options) Sends a message and waits until the session becomes idle with default 60 second timeout.CopilotSession.sendAndWait(MessageOptions options, long timeoutMs) Sends a message and waits until the session becomes idle. -
Uses of MessageOptions in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return MessageOptionsModifier and TypeMethodDescriptionMessageOptions.setAttachments(List<Attachment> attachments) Sets file attachments to include with the message.Sets the message delivery mode.Sets the message prompt to send to the assistant.