mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-26 17:32:16 +00:00
Plugins: harden bound conversation routing
This commit is contained in:
@@ -279,6 +279,7 @@ export type PluginCommandContext = {
|
||||
|
||||
export type PluginConversationBindingRequestParams = {
|
||||
summary?: string;
|
||||
detachHint?: string;
|
||||
};
|
||||
|
||||
export type PluginConversationBinding = {
|
||||
@@ -293,6 +294,7 @@ export type PluginConversationBinding = {
|
||||
threadId?: string | number;
|
||||
boundAt: number;
|
||||
summary?: string;
|
||||
detachHint?: string;
|
||||
};
|
||||
|
||||
export type PluginConversationBindingRequestResult =
|
||||
|
||||
Reference in New Issue
Block a user