2026-04-09 10:01:23 +08:00
|
|
|
package services
|
|
|
|
|
|
2026-08-28 22:23:13 +08:00
|
|
|
import (
|
|
|
|
|
"context"
|
2026-04-09 10:01:23 +08:00
|
|
|
|
2026-08-28 22:23:13 +08:00
|
|
|
"code.tczkiot.com/wlw/ai-agent/internal/models"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
var TriggerAIReplyAsyncHook func(context.Context, models.Conversation, models.Message)
|