Skip to content

Commit 6ce75f0

Browse files
committed
remove omitempty from field compatible_modules
1 parent 6fed3c8 commit 6ce75f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/bricks/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type BrickInstance struct {
4141
Variables map[string]string `json:"variables,omitempty" description:"Deprecated: use config_variables instead. This field is kept for backward compatibility."`
4242
ConfigVariables []BrickConfigVariable `json:"config_variables,omitempty"`
4343
ModelID string `json:"model,omitempty"`
44-
CompatibleModels []AIModel `json:"compatible_models,omitempty"`
44+
CompatibleModels []AIModel `json:"compatible_models"`
4545
}
4646

4747
type AIModel struct {

0 commit comments

Comments
 (0)