createMessageSender

open override fun createMessageSender(options: <Error class: unknown class>): LlmMessageSender

Create a message sender for this LLM configured with the given options.

The message sender handles the actual LLM API calls but does NOT execute tools - it returns the LLM's response including any tool call requests.

Return

A message sender configured for this LLM

Parameters

options

Configuration options for the LLM call (temperature, max tokens, etc.)