Flowise
Flowise copied to clipboard
[FEATURE] Able to reach to function_call in result
As some of the models support functions that result with function_call property in the result, I would like to reach it when I send a request to the Flowise prediction endpoint.
Right now Flowise API responses have JSON format but it only includes the text field. I would like to get function_call in addition on this.
@HenryHengZJ is there any update on this?
@emrahtoy the API response now includes a property usedTools which are the tools/functions used by agent:
Awesome @HenryHengZJ, just in time!