Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trulens-auto #1388

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
note
  • Loading branch information
sfc-gh-pmardziel committed Aug 27, 2024
commit d5a430d38ab54f776a2d4adae3a237df7560dd2f
2 changes: 2 additions & 0 deletions examples/experimental/auto_example.ipynb
Original file line number Diff line number Diff line change
@@ -213,10 +213,12 @@
" feedbacks=[lang_match, sentiment],\n",
")\n",
"\n",
"# Invoke app\n",
"with ta as recorder:\n",
" res = ca.respond_to_query(\"hello there\")\n",
"res\n",
"\n",
"# Get feedback results; note that dummy providers return nonsensical feedback.\n",
"for fdef, fres in recorder.get().feedback_and_future_results:\n",
" print(fdef.name, fres.result().result)"
]