Skip to content

Commit 26fcef8

Browse files
committed
docs(panel): explain assignment ownership
1 parent 1c98838 commit 26fcef8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/browseros-agent/packages/shared/src/schemas/conversation-panels.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ export const ConversationRunStatusSchema = z.enum([
1313
'failed',
1414
])
1515

16+
/**
17+
* Maps one browser tab's side panel to the conversation run it should display.
18+
* The server owns this assignment so clients never infer it from tool output.
19+
*/
1620
export const ConversationPanelAssignmentSchema = z.object({
1721
tabId: z.number().int(),
1822
conversationId: z.string(),

0 commit comments

Comments
 (0)