chore(codersdk): deprecate HasAITask on WorkspaceBuild (#20732)

Closes coder/internal#973
This commit is contained in:
Mathias Fredriksson
2025-11-12 10:27:06 +00:00
committed by GitHub
parent 04f809f2d0
commit e61b0fcf42
6 changed files with 36 additions and 30 deletions
+3 -2
View File
@@ -88,8 +88,9 @@ type WorkspaceBuild struct {
DailyCost int32 `json:"daily_cost"`
MatchedProvisioners *MatchedProvisioners `json:"matched_provisioners,omitempty"`
TemplateVersionPresetID *uuid.UUID `json:"template_version_preset_id" format:"uuid"`
HasAITask *bool `json:"has_ai_task,omitempty"`
HasExternalAgent *bool `json:"has_external_agent,omitempty"`
// Deprecated: This field has been deprecated in favor of Task WorkspaceID.
HasAITask *bool `json:"has_ai_task,omitempty"`
HasExternalAgent *bool `json:"has_external_agent,omitempty"`
}
// WorkspaceResource describes resources used to create a workspace, for instance: