We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1586afd commit 3424854Copy full SHA for 3424854
src/agents/utils/parse_json_to_prompt.py
@@ -214,6 +214,4 @@ def format_part_details(part: PartDetails, currentPart: CurrentPart, summary: Li
214
215
result = f"{questionDetails}\n{partsDetails}".replace("  ", "").replace(" ", "").replace("\n\n", "\n")
216
217
- print("PROMPT::", result)
218
-
219
return result
0 commit comments