Initial commit to new repository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
public class JsonSkillCredential
|
||||
{
|
||||
public string Type { get; set; } = "bearer_token";
|
||||
|
||||
public string CredentialKey { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user