-
Notifications
You must be signed in to change notification settings - Fork 844
Labels
area-ai-evalMicrosoft.Extensions.AI.Evaluation and relatedMicrosoft.Extensions.AI.Evaluation and related
Description
ChatConversationEvaluator has this method:
protected virtual ValueTask<bool> CanRenderAsync(
ChatMessage message,
ref int tokenBudget,
ChatConfiguration chatConfiguration,
CancellationToken cancellationToken)That ref int tokenBudget parameter is problematic. An override of this method can't implement this asynchronously while still correctly handling updating that parameter, as it can only be updated as part of the synchronous invocation of the method.
peterwald and shyamnamboodiripad
Metadata
Metadata
Assignees
Labels
area-ai-evalMicrosoft.Extensions.AI.Evaluation and relatedMicrosoft.Extensions.AI.Evaluation and related