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
github-actionsbot
changed the title
The original execution settings are not available in IAutoFunctionInvocationFilter
.Net: The original execution settings are not available in IAutoFunctionInvocationFilter
Feb 10, 2025
Say I call a chat completion as follows:
If I register an
IAutoFunctionInvocationFilter
I cannot get access to the prompt execution settings to get the service id.The workaround is to use
kernel.Data
but this is not ideal.The problem is in the
FunctionCallProcessor
as it does not pass on the original execution settings.The text was updated successfully, but these errors were encountered: