Skip to content

Commit f3ff938

Browse files
authored
fix: include agent identifier in approval metadata as externalId (#19)
1 parent a6bccc6 commit f3ff938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/approvals/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface ApprovalRequest {
1515
/** First ~4KB of request body as text, or null if no body. */
1616
bodyPreview: string | null;
1717
/** The agent that made this request. */
18-
agent: { id: string; name: string };
18+
agent: { id: string; name: string; externalId: string | null };
1919
/** When the request arrived (ISO 8601). */
2020
createdAt: string;
2121
/** When the approval expires (ISO 8601). */

0 commit comments

Comments
 (0)