Skip to content

Commit

Permalink
straggler formats
Browse files Browse the repository at this point in the history
  • Loading branch information
lukealvoeiro committed Sep 4, 2024
1 parent 457d440 commit 88ae5ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/goose/toolkit/developer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Developer(Toolkit):

def system(self) -> str:
"""Retrieve system configuration details for developer"""
hints_path = Path('.goosehints')
hints_path = Path(".goosehints")
system_prompt = Message.load("prompts/developer.jinja").text
if hints_path.is_file():
goosehints = hints_path.read_text()
Expand Down
2 changes: 0 additions & 2 deletions tests/toolkit/test_developer.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,3 @@ def test_write_file(temp_dir, developer_toolkit):
content = "Hello World"
developer_toolkit.write_file(test_file.as_posix(), content)
assert test_file.read_text() == content


0 comments on commit 88ae5ec

Please sign in to comment.