MrJs133 commented on code in PR #157: URL: https://github.com/apache/incubator-hugegraph-ai/pull/157#discussion_r1915116706
########## hugegraph-llm/src/hugegraph_llm/config/prompt_config.py: ########## @@ -26,6 +26,7 @@ class PromptConfig(BasePromptConfig): Given the context information and without using fictive knowledge, answer the following query in a concise and professional manner. +Please write your answer using Markdown with MathJax syntax, where inline math is wrapped with `$...$` Review Comment: In LaTeX/Markdown, mathematical formulas must be enclosed in either `$...$` or `$$...$$`. We can design a prompt to ensure that the LLM outputs inline formulas wrapped in `$...$`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
