call

abstract fun call(messages: List<Message>, tools: List<Tool>): LlmMessageResponse

c Make a single LLM inference call.

Return

The assistant's response message

Parameters

messages

The conversation history

tools

Available tools (for the LLM to know what's available)