tongyu 47ffaccba1
AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057)
This PR introduces a metadata field in AssistantAgentConfig, allowing
applications to assign and track identity information for agents.
The metadata field is a Dict[str, str] and is included in the
configuration for proper serialization.


---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-03-23 14:49:57 -07:00
..
2025-02-19 17:24:26 +00:00
2025-02-19 17:24:26 +00:00

How to build and run the website

Prerequisites

  • dotnet 8.0 or later

Build

Firstly, go to autogen/dotnet folder and run the following command to build the website:

dotnet tool restore
dotnet tool run docfx ../docs/dotnet/docfx.json --serve

After the command is executed, you can open your browser and navigate to http://localhost:8080 to view the website.