@cubos/agent-sdk 0.0.1137217 → 0.0.1138604
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12760,7 +12760,8 @@ export interface components {
|
|
|
12760
12760
|
prompt: string;
|
|
12761
12761
|
/**
|
|
12762
12762
|
* Format: uuid
|
|
12763
|
-
* @description User context the task runs in (memory, channels
|
|
12763
|
+
* @description User context the task runs in (memory, channels, and the identity
|
|
12764
|
+
* forwarded to MCP servers). Optional; must belong to the tenant.
|
|
12764
12765
|
*/
|
|
12765
12766
|
user_id?: string | null;
|
|
12766
12767
|
};
|