Skip to content

Commit

Permalink
finalize the notebook to do feedback analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu Zhou authored and Lu Zhou committed Jul 28, 2024
1 parent fd34956 commit 3528b62
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 367 deletions.
2 changes: 1 addition & 1 deletion copilot/app/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def question_for_agent(
for output in self.agent.stream({"question": input_data["input"], "conversation": input_data["conversation"]}):

for key, value in output.items():
logger.info(f"testing steps {key}: {value}")
# logger.info(f"testing steps {key}: {value}")
LogWriter.info(f"request_id={req_id_cv.get()} executed node {key}")

LogWriter.info(f"request_id={req_id_cv.get()} EXIT question_for_agent")
Expand Down
640 changes: 310 additions & 330 deletions copilot/docs/notebooks/FeedbackAnalysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 3528b62

Please sign in to comment.