Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Oct 13, 2024
1 parent c96882c commit 2e29ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/report_generation/rfp_response/generate_rfp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@
" if self._verbose:\n",
" # instead of printing the message directly, write the event to stream!\n",
" msg = f\">> Asked question: {question}\\n>> Got response: {str(response)}\"\n",
" # print(msg)\n",
" ctx.write_event_to_stream(LogEvent(msg=msg))\n",
"\n",
" return QuestionAnsweredEvent(question=question, answer=str(response))\n",
Expand Down

0 comments on commit 2e29ed4

Please sign in to comment.