onLLMFunctionCall

open fun onLLMFunctionCall(functionCallData: LLMFunctionCallData)

Invoked when the bot makes a function call request to the client.

To respond to function calls, register a handler using registerFunctionCallHandler().