fix(ci): privatize session catalog create params

This commit is contained in:
Peter Steinberger
2026-07-13 08:39:10 -07:00
parent c9d5725fff
commit 37b3f41d8b

View File

@@ -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;
};