Dialect
Settings related to the dialect we are using to communicate to models. For the moment, we have only one dialect, so this section is pretty simple.
Field | Description |
---|---|
edit |
Allow the model to request to edit files in the project map |
Example
(
dialect: (
edit: true,
),
)