Initial commit to new repository
This commit is contained in:
12
.decompiledproj/AxCopilot/Handlers/JsonSkillResponse.cs
Normal file
12
.decompiledproj/AxCopilot/Handlers/JsonSkillResponse.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
public class JsonSkillResponse
|
||||
{
|
||||
public string ResultsPath { get; set; } = "results";
|
||||
|
||||
public string TitleField { get; set; } = "title";
|
||||
|
||||
public string? SubtitleField { get; set; }
|
||||
|
||||
public string? ActionUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user