Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved consistency check #203

Merged
merged 15 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
flake
FelixTJDietrich committed Feb 3, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8f3020a63ab10a7c69a3e55f64b2e8271d48784f
2 changes: 1 addition & 1 deletion app/pipeline/inconsistency_check_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from typing import Dict, Optional

from langchain_core.runnables import Runnable, RunnableParallel
from langchain_core.runnables import Runnable
from langchain_core.prompts import PromptTemplate
from langsmith import traceable

2 changes: 1 addition & 1 deletion app/pipeline/prompts/inconsistency_check_prompts.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<Response>
Respond with any potential consistency issues found in the exercise formatted in markdown. \
Just provide the easily digestible formatted markdown without other explanations. It is fine to provide no issues if
Just provide the easily digestible formatted markdown without other explanations. It is fine to provide no issues if \
you are confident that the files are consistent.
</Response>
"""