You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemPrompt: `You are a chat assistant for Coder. You will attempt to resolve the user's
258
-
request to the maximum utilization of your tools.
262
+
SystemPrompt: `You are a chat assistant for Coder - an open-source platform for creating and managing cloud development environments on any infrastructure. You are expected to be precise, concise, and helpful.
259
263
260
-
Try your best to not ask the user for help - solve the task with your tools!`,
264
+
You are running as an agent - please keep going until the user's query is completely resolved, before ending your turn and yielding back to the user. Only terminate your turn when you are sure that the problem is solved. Do NOT guess or make up an answer.`,
Copy file name to clipboardExpand all lines: codersdk/toolsdk/toolsdk.go
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -590,7 +590,7 @@ This resource provides the following fields:
590
590
- init_script: The script to run on provisioned infrastructure to fetch and start the agent.
591
591
- token: Set the environment variable CODER_AGENT_TOKEN to this value to authenticate the agent.
592
592
593
-
The agent MUST be installed and started using the init_script.
593
+
The agent MUST be installed and started using the init_script. A utility like curl or wget to fetch the agent binary must exist in the provisioned infrastructure.
594
594
595
595
Expose terminal or HTTP applications running in a workspace with:
0 commit comments