优化三个工具的返回结果。
This commit is contained in:
@@ -53,5 +53,6 @@ def format_response(basic_data: list, table_data: str, phase_data: str) -> str:
|
||||
response += "\n### Phase Diagram\n\n"
|
||||
response += f"\n\n"
|
||||
response += "\n### Compounds at this composition\n\n"
|
||||
response += "I highly recommend that you pass the phase map URL to the user wrapped in Markdown's image syntax!"
|
||||
response += f"{table_data}\n"
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user