resolveAgentWorkspaceForSession
function resolveAgentWorkspaceForSession(workspace, context): Promise< | ResolvedAgentWorkspace| undefined>;Resolve static and request-scoped workspaces through one runtime entrypoint.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
| |
|
|
Returns
Section titled “Returns”Promise<
| ResolvedAgentWorkspace
| undefined>