createMessage method
A request to prompt the LLM owned by the client with a message.
See https://spec.modelcontextprotocol.io/specification/2024-11-05/client/sampling/.
Implementation
Future<CreateMessageResult> createMessage(CreateMessageRequest request) =>
sendRequest(CreateMessageRequest.methodName, request);