Right now your option is pretty much to
Right now your option is pretty much to use "traditional" function calling. When you call runWithTools it's the LLM that generates the response, i.e. you can't make it return the result of your user-defined function(s).
1 Reply
Perfect, thank you, that was my own conclusion so thanks for confirming it.