diff --git a/library/db/redis/models.go b/library/db/redis/models.go index c55db99..bc3f5cb 100644 --- a/library/db/redis/models.go +++ b/library/db/redis/models.go @@ -25,6 +25,8 @@ type LLMStormTask struct { FinishedAt *time.Time `json:"finished_at,omitempty"` ResultArticle *string `json:"result_article,omitempty"` ResultReferences *stormReferences `json:"result_references,omitempty"` + // Runner is the name of the runner that processed the task + Runner string `json:"runner"` } type stormReferences struct {