aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2026-03-06 11:56:10 +0000
committerAleksandr Nogikh <nogikh@google.com>2026-03-10 09:38:24 +0000
commit048e3f22d8e073a5b47b0a4bc2704d7eccd04abd (patch)
treed2929778e285c0705f079e99621eec6b791d9b63 /dashboard/dashapi
parent6972f30219093b03bcc1a54487e12a7097245c01 (diff)
dashboard/app: remember syz-agent names
For now, use a dashboard client name. In a prod deployment, that would be a persistent name of the machine where the syz-agent is hosted. This information be used later for restarting the aborted jobs.
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/ai.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/ai.go b/dashboard/dashapi/ai.go
index dfa410402..a0ac7739c 100644
--- a/dashboard/dashapi/ai.go
+++ b/dashboard/dashapi/ai.go
@@ -9,6 +9,7 @@ import (
)
type AIJobPollReq struct {
+ AgentName string
CodeRevision string // git commit of the syz-agent server
Workflows []AIWorkflow
}