diff --git a/gptme/tools/gh.py b/gptme/tools/gh.py index 4228003b..0d72fe9c 100644 --- a/gptme/tools/gh.py +++ b/gptme/tools/gh.py @@ -12,10 +12,10 @@ def has_gh_tool() -> bool: examples = f""" > User: create a public repo from the current directory, and push. Note that --confirm and -y are deprecated, and no longer needed. > Assistant: -{ToolUse("shell", [], """ +{ToolUse("shell", [], ''' REPO=$(basename $(pwd)) gh repo create $REPO --public --source . --push -""").to_output()} +''').to_output()} > User: show issues > Assistant: