mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-11 02:01:10 +00:00
7 lines
146 B
C#
7 lines
146 B
C#
using System.Text.Json.Serialization;
|
|
|
|
public class SkillsResponse
|
|
{
|
|
[JsonPropertyName("response")]
|
|
public string? Response { get; set; }
|
|
} |