You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently due to limitations in the current MEAI's FunctionInvoking types, including the FunctionInvokingChatClient, we needed to create a full reimplementation of it in our KernelInvocationChatClient, this issue is a Task to investigate what would need to change in the current FunctionInvokingChatClient to allow minimal changes from SK so we could just extend from FunctionInvokingChatClient and override where necessary.
The text was updated successfully, but these errors were encountered:
RogerBarreto
changed the title
Net: KernelInvocationChatClient as a specialization of FunctionInvokingChatClient
.Net: KernelInvocationChatClient as a specialization of FunctionInvokingChatClient
Apr 17, 2025
Currently due to limitations in the current MEAI's FunctionInvoking types, including the FunctionInvokingChatClient, we needed to create a full reimplementation of it in our
KernelInvocationChatClient
, this issue is a Task to investigate what would need to change in the current FunctionInvokingChatClient to allow minimal changes from SK so we could just extend from FunctionInvokingChatClient and override where necessary.The text was updated successfully, but these errors were encountered: