[.Net] Add a generic IHandle interface so AgentRuntime doesn't need to deal with typed handler (#3985)

* add IHandle for object type

* rename handle -> handleObject

* remove duplicate file header setting

* update

* remove AgentId

* fix format
This commit is contained in:
Xiaoyun Zhang
2024-10-30 11:53:37 -07:00
committed by GitHub
parent 3d51ab76ae
commit 6bea055b26
90 changed files with 362 additions and 71 deletions

View File

@@ -1,4 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Program.cs
//await Example07_Dynamic_GroupChat_Calculate_Fibonacci.RunAsync();