Griffin Bassman
|
9af6883fbe
|
fix: dotnet test CI and standardize test categories (#5286)
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
|
1 year ago |
Xiaoyun Zhang
|
6bea055b26
|
[.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
|
1 year ago |
Xiaoyun Zhang
|
0560bdd645
|
[.Net] Update OpenAI, semantic kernel to latest version (#3792)
* update OpenAI, semantic kernel to latest version
* fix build error
* update
* update release note
|
1 year ago |
Xiaoyun Zhang
|
9ba14ee15b
|
Fix dotnet test and reformat dotnet code (#3603)
* fix test
* install aspire workload
* format
* fix build error
* fix format
* format
|
1 year ago |
Xiaoyun Zhang
|
4193cea267
|
[.Net] Add AutoGen.OpenAI package that uses OpenAI v2 SDK (#3402)
* udpate
* add sample to connect to azure oai
* update comment
* ping to beta5
* add openai tests
* format code
* add structural output example
* update comment
* fix test
* resolve comments
* fix format issue
* update sk version
|
1 year ago |
Xiaoyun Zhang
|
eb160d9d4a
|
[.Net] Rename AutoGen.OpenAI to AutoGen.OpenAI.V1 (#3358)
* fix build error
* rename AutoGen.OpenAI to AutoGen.OpenAI.V1
|
1 year ago |
Xiaoyun Zhang
|
55b2df8bf9
|
[.Net] update oai tests by using new OpenAI resources (#2939)
* update oai tests
* Update MetaInfo.props
|
2 years ago |
Xiaoyun Zhang
|
90ca2ca64b
|
[.Net] Mark Message as obsolete and add ToolCallAggregateMessage type (#2716)
* make Message obsolete
* add ToolCallAggregateMessage
* update message.md
* address comment
* fix tests
* set round to 1 temporarily
* revert change
* fix test
* fix test
|
2 years ago |
Xiaoyun Zhang
|
374270f9c7
|
[.Net] Add KernelPluginMiddleware in AutoGen.SemanticKernel (#2595)
* add kernel function middleware
* update
* fix format
* fix build error
|
2 years ago |