GetMessageBatchResults
data class GetMessageBatchResults(val id: MessageBatchId) : AnthropicAIAction<Sequence<MessageBatchResponse>> (source)
Functions
Link copied to clipboard
open override fun toResult(response: Response): Result<Sequence<MessageBatchResponse>, RemoteFailure>