Skip to content

Commit 10c7b7c

Browse files
committed
docs: add actorId to FunctionContext.job in AGENTS.md
1 parent db57093 commit 10c7b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const handler: FunctionHandler = async (params, context) => {
6868
// client/meta: GraphQL clients (tenant-scoped, created per-request)
6969
// log: structured logger
7070
// env: process.env
71-
// job: { jobId, workerId, databaseId }
71+
// job: { jobId, workerId, databaseId, actorId }
7272
return { complete: true };
7373
};
7474

0 commit comments

Comments
 (0)