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
2024-05-21 05:48:19 +00:00
..
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-05-09 23:03:07 +00:00

How to build and run the website

Prerequisites

  • dotnet 7.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 website/docfx.json --serve

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