mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:24:31 +00:00
Agents: add account-scoped bind and routing commands (#27195)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: ad35a458a5
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
c5d040bbea
commit
96c7702526
@@ -21,7 +21,16 @@ import type {
|
||||
} from "./types.core.js";
|
||||
|
||||
export type ChannelSetupAdapter = {
|
||||
resolveAccountId?: (params: { cfg: OpenClawConfig; accountId?: string }) => string;
|
||||
resolveAccountId?: (params: {
|
||||
cfg: OpenClawConfig;
|
||||
accountId?: string;
|
||||
input?: ChannelSetupInput;
|
||||
}) => string;
|
||||
resolveBindingAccountId?: (params: {
|
||||
cfg: OpenClawConfig;
|
||||
agentId: string;
|
||||
accountId?: string;
|
||||
}) => string | undefined;
|
||||
applyAccountName?: (params: {
|
||||
cfg: OpenClawConfig;
|
||||
accountId: string;
|
||||
|
||||
Reference in New Issue
Block a user