Skip to content

Commit

Permalink
updating'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Sep 16, 2024
2 parents 9dba714 + 2cc548e commit 8e3d492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/goose/toolkit/prompts/jira.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Use `jira --help` if not sure of command line options.

If the jira command line is not installed, you can install it as follows:

On macOS, install with:
On macos:
```sh
brew tap ankitpokhrel/jira-cli
brew install jira-cli
```

On other operating systems or for alternative installation methods, refer to the instructions here:
https://github.com/ankitpokhrel/jira-cli
4 changes: 1 addition & 3 deletions tests/test_jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ def test_jira_system_prompt(jira_toolkit):
prompt = jira_toolkit.system()
print("System Prompt:\n", prompt)
# Ensure Jinja template syntax isn't present in the loaded prompt
assert "{%" not in prompt
assert "%}" not in prompt
# Ensure both installation instructions are present in the prompt
assert "On macOS, install with:" in prompt
assert "macos" in prompt
assert "On other operating systems or for alternative installation methods" in prompt


Expand Down

0 comments on commit 8e3d492

Please sign in to comment.