mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-11 10:11:27 +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; }
|
||
|
}
|