You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try fix max_retries from google call
* try fix llm with retry
* test set versions for packages
* revert testing changes
* update readme to match template
* updated index
* new $ equations prompt
* fix equations generated
Copy file name to clipboardExpand all lines: src/agents/utils/prompt_context_templates.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,9 @@ def format_question_header(
73
73
- Description: {content}
74
74
{duration_text}
75
75
76
-
> Note: Mathematical equations are in KaTeX format, preserve them the same. Use British English spellings.
77
-
76
+
> Note: Mathematical equations are in KaTeX format, preserve them the same. Ensure mathematical equations are surrounded by one '$' for in-line equations and '$$' for block equations.
0 commit comments