imbajin commented on code in PR #157: URL: https://github.com/apache/incubator-hugegraph-ai/pull/157#discussion_r1913098105
########## 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: > where inline math is wrapped with `$...$` This prompt seems to have some ambiguity. What would happen if the original formula did not use $? -- 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]
