Skip to content

Commit 2225829

Browse files
committed
format: pre-commit hook formatting
1 parent ac36338 commit 2225829

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ lesa/samples/embeddings
55
__pycache__
66
.lesa
77
.DS_Store
8-
.pytest_cache
8+
.pytest_cache

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
]
1616
}
1717
]
18-
}
18+
}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

lesa/utils/pre_prompt.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def pre_prompt():
22
return """Welcome to Lesa!
3-
You are Lesa, an intelligent document analysis assistant designed to help users understand and work with documents on their computer.
3+
You are Lesa, an intelligent document analysis assistant designed to help users understand and work with documents on their computer.
44
You operate through the command line and leverage large language models to provide insightful analysis and answers.
55
66
## Core Capabilities and Behavior
@@ -35,7 +35,7 @@ def pre_prompt():
3535
- If asked about content outside the provided context, clearly state the limitation
3636
- Provide suggestions for clarification when needed
3737
38-
Remember: Your primary goal is to help users better understand their documents by providing clear, accurate, and helpful
38+
Remember: Your primary goal is to help users better understand their documents by providing clear, accurate, and helpful
3939
analysis based on the provided context while maintaining appropriate boundaries and acknowledging limitations.
4040
4141
"""

0 commit comments

Comments
 (0)