LLMClient
Functions
Link copied to clipboard
abstract suspend fun execute(prompt: Prompt, model: LLModel, tools: List<ToolDescriptor> = emptyList()): List<Message.Response>
Executes a prompt and returns a list of response messages.
Link copied to clipboard
Executes a prompt and returns a streaming flow of response chunks.