You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: