You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend API request/response structures in pkg/api/v1/workloads.go adding ToolOverrides field to updateRequest and createRequest.
Update runConfigToCreateRequest() conversion function.
Update workload creation/editing endpoints modifying createWorkloadFromRequest() to handle overrides.
Update updateWorkload() endpoint to support override modifications.