We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b20918 commit 9f8538aCopy full SHA for 9f8538a
internal/orchestrator/bricks/bricks.go
@@ -88,7 +88,7 @@ func (s *Service) AppBrickInstancesList(a *app.ArduinoApp) (AppBrickInstancesRes
88
Status: "installed",
89
RequireModel: brick.RequireModel,
90
ModelID: getSelectedModelOrDefault(brickInstance, brick),
91
- Variables: variablesMap, // TODO: do we want to show also the default value of not explicitly set variables?
+ Variables: variablesMap,
92
ConfigVariables: configVariables,
93
CompatibleModels: f.Map(s.modelsIndex.GetModelsByBrick(brick.ID), func(m modelsindex.AIModel) AIModel {
94
return AIModel{
0 commit comments