Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion static/include/metajson.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Do not change the <code>module_id</code>.</p>
<td>array</td>
<td>Optional</td>
<td>
<p>Deprecated. An array of objects describing the {{< glossary_tooltip term_id="model" text="models" >}} provided by your module. Specified models are ignored. Models are inferred from the module itself.</p>
<p>An array of objects describing the {{< glossary_tooltip term_id="model" text="models" >}} provided by your module. Models are inferred from the module itself during Cloud Build, so this field can be omitted if using `viam module build start` to build your module. Running `viam module update-models` locally through the CLI will also auto-populate this section. </p>
</td>
</tr>
<tr>
Expand Down
Loading