Update agents/models/prompts.py
Browse files- agents/models/prompts.py +3 -0
agents/models/prompts.py
CHANGED
|
@@ -27,6 +27,9 @@ You are an expert image to FEN generation assistant. Given a user question and a
|
|
| 27 |
**FEN:**
|
| 28 |
"""
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
PROMPT_FINAL_ANSWER = """
|
| 31 |
You are an expert final answer generation assistant. Given a question and an initial answer, your task is to generate the final answer.
|
| 32 |
|
|
|
|
| 27 |
**FEN:**
|
| 28 |
"""
|
| 29 |
|
| 30 |
+
PROMPT_UCI_TO_ALGEBRAIC = """
|
| 31 |
+
"""
|
| 32 |
+
|
| 33 |
PROMPT_FINAL_ANSWER = """
|
| 34 |
You are an expert final answer generation assistant. Given a question and an initial answer, your task is to generate the final answer.
|
| 35 |
|