1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2025-09-21 14:56:03 +08:00
parent fd19fda4fd
commit 7f39bcf971
2 changed files with 10 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ import (
)
var (
// ErrPermissionDenied LLM 调用了不该调用的 action
ErrPermissionDenied = errors.New("permission denied")
)