Skip to content

Commit

Permalink
fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 29, 2024
1 parent bb8550f commit e0e82ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vision_agent/agent/agent_coder_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ def execute(image_path: str):
{feedback}
**Instructions**:
1. **Understand and Clarify**: Make sure you understand the task.
1. **Understand and Clarify**: Make sure you understand the task.
2. **Algorithm/Method Selection**: Decide on the most efficient way.
3. **Pseudocode Creation**: Write down the steps you will follow in pseudocode.
4. **Code Generation**: Translate your pseudocode into executable Python code.
3. **Pseudocode Creation**: Write down the steps you will follow in pseudocode.
4. **Code Generation**: Translate your pseudocode into executable Python code.
"""

DEBUG = """
Expand Down Expand Up @@ -64,7 +64,7 @@ def execute(image_path: str):
**Input Code Snippet**:
This is the code that
This is the code that
```python
{code}
```
Expand Down

0 comments on commit e0e82ff

Please sign in to comment.