Skip to content

Commit 099edb6

Browse files
authored
adding trigger payload (#44149)
1 parent 945b0bf commit 099edb6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • specification/ai-foundry/data-plane/Foundry/src/routines

specification/ai-foundry/data-plane/Foundry/src/routines/models.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ model RoutineRun {
340340
@doc("The configured trigger name that produced the routine attempt.")
341341
trigger_name?: string;
342342

343+
@doc("The event payload captured from the event that triggered the routine attempt, when available.")
344+
trigger_event_payload?: Record<unknown>;
345+
343346
@doc("The source path that created the routine attempt.")
344347
attempt_source?: RoutineAttemptSource;
345348

0 commit comments

Comments
 (0)