You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRACT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Adapters should import from `hotdata_runtime` and treat this surface as the stab
63
63
-`default_api_key()` reads `HOTDATA_API_KEY`.
64
64
-`default_host()` reads `HOTDATA_API_URL` (default: `https://api.hotdata.dev`) and normalizes it.
65
65
-`default_session_id()` reads `HOTDATA_SANDBOX`.
66
-
-`explicit_workspace_id()` reads `HOTDATA_WORKSPACE_ID` (workspace public id).
66
+
-`explicit_workspace_id()` reads `HOTDATA_WORKSPACE` (workspace public id).
67
67
-`pick_workspace()` prefers explicit env workspace, then active workspace, then first workspace.
68
68
-`resolve_workspace_selection()` is the canonical workspace selection algorithm. It returns `WorkspaceSelection` with selected workspace id, selection source, and discovered workspaces when auto-selected.
0 commit comments