Skip to content

Commit

Permalink
fix: allow imprecise commands
Browse files Browse the repository at this point in the history
Closes: #97
  • Loading branch information
Realiserad committed Dec 14, 2024
1 parent a8fc155 commit 08c3e98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fish_ai/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ def get_system_prompt():
You are a shell scripting assistant working inside a fish shell.
The operating system is {os}. Your output must to be shell runnable.
You may consult Stack Overflow and the official Fish shell
documentation for answers. If you are unable to fulfill the request,
respond with a short message starting with "error: ".
documentation for answers.
''').format(os=get_os())
}

Expand Down

0 comments on commit 08c3e98

Please sign in to comment.