[prompt] Update prompt.md (#1839)

## Summary
Additional clarifications to our prompt. Still very concise, but we'll
continue to add more here.
This commit is contained in:
Dylan
2025-08-05 00:43:23 -07:00
committed by GitHub
parent 136b3ee5bf
commit d31e149cb1
2 changed files with 39 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ fn create_shell_tool() -> OpenAiTool {
OpenAiTool::Function(ResponsesApiTool {
name: "shell",
description: "Runs a shell command, and returns its output.",
description: "Runs a shell command and returns its output",
strict: false,
parameters: JsonSchema::Object {
properties,