Skip to content

Commit 2e1b884

Browse files
committed
style: remove unnecessary trailing spaces in example prompts
1 parent fef7c27 commit 2e1b884

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

agents/matmaster_agent/prompt.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -747,19 +747,19 @@ def get_transfer_check_prompt():
747747
}}
748748
749749
Examples for reference:
750-
- Case1 (false): "使用结构生成智能体(structure_generate_agent)根据用户要求创建 FCC Cu 的块体结构"
750+
- Case1 (false): "使用结构生成智能体(structure_generate_agent)根据用户要求创建 FCC Cu 的块体结构"
751751
-> Reason: "Only mentions the agent's function but lacks any explicit transfer verbs or immediate action indicators."
752752
753-
- Case2 (true): "正在转移到structure_generate_agent进行结构生成"
753+
- Case2 (true): "正在转移到structure_generate_agent进行结构生成"
754754
-> Reason: "Contains explicit transfer phrase '正在转移到' (transferring to) followed by a clear target agent name."
755755
756-
- Case3 (true): "I will now use the structure_generate_agent to create the bulk structure"
756+
- Case3 (true): "I will now use the structure_generate_agent to create the bulk structure"
757757
-> Reason: "Uses immediate action indicator 'I will now use' followed by a specific agent name, demonstrating transfer intent."
758758
759-
- Case4 (false): "Next I will generate the Pt bulk structure"
759+
- Case4 (false): "Next I will generate the Pt bulk structure"
760760
-> Reason: "Describes a future action but does not mention any agent or transfer mechanism."
761761
762-
- Case5 (true): `{{"agent_name":"traj_analysis_agent"}}`
762+
- Case5 (true): `{{"agent_name":"traj_analysis_agent"}}`
763763
-> Reason: "Standalone JSON object with an 'agent_name' key is an explicit programmatic instruction to transfer."
764764
"""
765765

0 commit comments

Comments
 (0)