mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Update to M.E.AI 10.3.0 (#3822)
Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
This commit is contained in:
co-authored by
Roger Barreto
parent
a427af91a9
commit
b52136952f
@@ -304,7 +304,7 @@ internal sealed class WorkflowRunner
|
||||
ChatMessage? responseMessage =
|
||||
requestItem switch
|
||||
{
|
||||
FunctionCallContent functionCall => await InvokeFunctionAsync(functionCall).ConfigureAwait(false),
|
||||
FunctionCallContent functionCall when !functionCall.InformationalOnly => await InvokeFunctionAsync(functionCall).ConfigureAwait(false),
|
||||
FunctionApprovalRequestContent functionApprovalRequest => ApproveFunction(functionApprovalRequest),
|
||||
McpServerToolApprovalRequestContent mcpApprovalRequest => ApproveMCP(mcpApprovalRequest),
|
||||
_ => HandleUnknown(requestItem),
|
||||
|
||||
Reference in New Issue
Block a user