Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit347e659

Browse files
chore: consistency
1 parent1b674c8 commit347e659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/resources/ai_task.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this resource to define Coder tasks.
1717

1818
###Optional
1919

20-
-`app_id` (String) The ID of the coder_app resource that provides the AI interface for this task.
20+
-`app_id` (String) The ID of the`coder_app` resource that provides the AI interface for this task.
2121
-`sidebar_app` (Block Set, Max: 1, Deprecated) The coder_app to display in the sidebar. Usually a chat interface with the AI agent running in the workspace, likehttps://github.com/coder/agentapi. (see[below for nested schema](#nestedblock--sidebar_app))
2222

2323
###Read-Only

‎provider/ai_task.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func aiTaskResource() *schema.Resource {
9595
},
9696
"app_id": {
9797
Type:schema.TypeString,
98-
Description:"The ID of the coder_app resource that provides the AI interface for this task.",
98+
Description:"The ID of the`coder_app` resource that provides the AI interface for this task.",
9999
ForceNew:true,
100100
Optional:true,
101101
Computed:true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp