Initial commit to new repository
This commit is contained in:
6
.decompiledproj/AxCopilot/Handlers/JsonSkillCache.cs
Normal file
6
.decompiledproj/AxCopilot/Handlers/JsonSkillCache.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
public class JsonSkillCache
|
||||
{
|
||||
public int Ttl { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user