This commit is contained in:
jxxghp
2025-06-05 22:13:33 +08:00
parent 447b8564e9
commit eac435b233
4 changed files with 33 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ from pydantic import Field
from app.actions import BaseAction, ActionChain
from app.schemas import ActionParams, ActionContext, Notification
from core.config import settings
from app.core.config import settings
class SendMessageParams(ActionParams):