Skip to content

Commit f49ea06

Browse files
committed
indent callouts
1 parent 405c35c commit f49ea06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/ai_task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Use this resource to define Coder tasks.
2424

2525
- `enabled` (Boolean) True when executing in a Coder Task context, false when in a Coder Workspace context.
2626

27-
-> The `enabled` field is only populated in Coder v2.28 and later.
27+
-> The `enabled` field is only populated in Coder v2.28 and later.
2828
- `id` (String) A unique identifier for this resource.
2929
- `prompt` (String) The prompt text provided to the task by Coder.
3030

31-
-> The `prompt` field is only populated in Coder v2.28 and later.
31+
-> The `prompt` field is only populated in Coder v2.28 and later.
3232

3333
<a id="nestedblock--sidebar_app"></a>
3434
### Nested Schema for `sidebar_app`

provider/ai_task.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func aiTaskResource() *schema.Resource {
9595
},
9696
"prompt": {
9797
Type: schema.TypeString,
98-
Description: "The prompt text provided to the task by Coder.\n\n-> The `prompt` field is only populated in Coder v2.28 and later.",
98+
Description: "The prompt text provided to the task by Coder.\n\n -> The `prompt` field is only populated in Coder v2.28 and later.",
9999
Computed: true,
100100
},
101101
"app_id": {
@@ -109,7 +109,7 @@ func aiTaskResource() *schema.Resource {
109109
},
110110
"enabled": {
111111
Type: schema.TypeBool,
112-
Description: "True when executing in a Coder Task context, false when in a Coder Workspace context.\n\n-> The `enabled` field is only populated in Coder v2.28 and later.",
112+
Description: "True when executing in a Coder Task context, false when in a Coder Workspace context.\n\n -> The `enabled` field is only populated in Coder v2.28 and later.",
113113
Computed: true,
114114
},
115115
},

0 commit comments

Comments
 (0)