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

Level 1 assertion: Assert Request Is Non Empty #296

Open
jlewi opened this issue Oct 14, 2024 · 0 comments
Open

Level 1 assertion: Assert Request Is Non Empty #296

jlewi opened this issue Oct 14, 2024 · 0 comments

Comments

@jlewi
Copy link
Owner

jlewi commented Oct 14, 2024

I noticed that when I started including a fix to missing cell outputs (#286) we sometimes started getting empty requests to the LLM. I think this is because the cell output could be so long that given our heuristic (tailer) for computing the context we ended up with an empty request.

We should define a level 1 assertion to test for empty requests.

jlewi added a commit that referenced this issue Oct 15, 2024
  #296

* Compute this at runtime not just eval
* Update the log analyzer to store assertions in the traces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant