feat(voice): 提升桌面端语音交互与本地任务执行支持
This commit is contained in:
@@ -20,6 +20,7 @@ const defaultAgentSystem = "你是 sundynix-agentix 平台的 AI 助手。"
|
||||
// board 是图执行的"黑板":节点按拓扑序流转时读写它。
|
||||
type board struct {
|
||||
uid, sid string
|
||||
tenant string // 发起任务的租户(平台工具计费口径要跟 HTTP 提交一致,经 inject 传给 platform_*)
|
||||
query string
|
||||
useVoice bool // 该任务用 JARVIS 语音模型池(网关 Meta[model_profile]==voice)
|
||||
profile string
|
||||
|
||||
Reference in New Issue
Block a user