Initial commit to new repository
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace AxCopilot.Services;
|
||||
|
||||
public class ToolCallNotSupportedException : Exception
|
||||
{
|
||||
public ToolCallNotSupportedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user