Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 2c1761f

Browse files
committed
Remove userId
1 parent 0aae857 commit 2c1761f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/bytebot-agent/src/agent/agent.processor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export class AgentProcessor {
166166
updatedAt: new Date(),
167167
taskId,
168168
summaryId: null,
169-
userId: null,
170169
role: Role.USER,
171170
content: [
172171
{
@@ -250,7 +249,6 @@ export class AgentProcessor {
250249
updatedAt: new Date(),
251250
taskId,
252251
summaryId: null,
253-
userId: null,
254252
role: Role.USER,
255253
content: [
256254
{

packages/bytebot-ui/src/types/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export interface Task {
9292
error?: string;
9393
result?: unknown;
9494
model: Model;
95-
userId?: string;
9695
user?: User;
9796
files?: File[];
9897
}

0 commit comments

Comments
 (0)