mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Clean up usage of JsonSerializerContext (#229)
* Clean up usage of JsonSerializerContext * review feedback
This commit is contained in:
committed by
GitHub
Unverified
parent
e6aeb9a5db
commit
5e9b24e532
+2
@@ -7,6 +7,8 @@ using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.AI;
|
||||
using Microsoft.Extensions.AI.Agents.Runtime;
|
||||
|
||||
namespace HelloHttpApi.ApiService;
|
||||
|
||||
internal static class ActorFrameworkWebApplicationExtensions
|
||||
{
|
||||
public static void MapAgents(this WebApplication app)
|
||||
|
||||
Reference in New Issue
Block a user