aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/ai.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/dashboard/dashapi/ai.go b/dashboard/dashapi/ai.go
index 8134e5744..dfa410402 100644
--- a/dashboard/dashapi/ai.go
+++ b/dashboard/dashapi/ai.go
@@ -14,9 +14,8 @@ type AIJobPollReq struct {
}
type AIWorkflow struct {
- Type ai.WorkflowType
- Name string
- LLMModel string // LLM model that will be used to execute this workflow
+ Type ai.WorkflowType
+ Name string
}
type AIJobPollResp struct {