mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 08:36:40 +00:00
fix(ci): privatize session catalog create params
This commit is contained in:
@@ -22,7 +22,7 @@ export type SessionCatalogCreateTarget = {
|
||||
agentRuntime: string;
|
||||
};
|
||||
|
||||
export type SessionCatalogCreateParams = {
|
||||
type SessionCatalogCreateParams = {
|
||||
/** Agent whose model/runtime policy must authorize the catalog target. */
|
||||
agentId?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user