aisuite
aisuite copied to clipboard
Function calling support
Is there any (plans for) function calling support? Without it, this has limited use in practical applications.
Tool calling support is planned and under development. It will be supported shortly.
@rohitprasad15 I've been working on this multi-provider model calling topic in https://github.com/douglas125/SelfTestingGAT_LLM
maybe we could find a way to merge the 2 repositories in a way that I can focus on tools and aisuite can focus on the multi-providers?
I already added AWS Bedrock and function calling for many mainstream models, for example
Will the initial implementation support parallel (multiple) tool/function calling over streamed responses across all providers?
Will the initial implementation support parallel (multiple) tool/function calling over streamed responses across all providers?
No, only one at a time at the moment. That's quite doable though