mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
54c3eb726a
* Add support for getting and creating Assistant and Foundry agents with ChatClientAgentOptions * Fix options cloning and agent creation * Fix inconsistency * Add support for mapping more tools and integration tests for ensuring CreateAIAgent works with those tools. * Add support for additional openai tools with tests. * Remove special casing for function tools, since it's either not supported yet, or requires a lot of code duplication. * Removed unused using. * Fix broken unit tests * Change integration test to reduce flakiness.
6 lines
147 B
JSON
6 lines
147 B
JSON
{
|
|
"dotnet.defaultSolution": "agent-framework-dotnet.slnx",
|
|
"git.openRepositoryInParentFolders": "always",
|
|
"chat.agent.enabled": true
|
|
}
|