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
During extraction, Claude will extract some data, continue chunking, and encounter a chunk with no relevant data to extract. Claude is forced to use the print_extracted_data tool even when there is no new data. This results in a tool use error, and we therefore lose all the previously extracted data.
We should not force Claude to use the print_extracted_data tool on an empty array.
The text was updated successfully, but these errors were encountered:
During extraction, Claude will extract some data, continue chunking, and encounter a chunk with no relevant data to extract. Claude is forced to use the
print_extracted_data
tool even when there is no new data. This results in a tool use error, and we therefore lose all the previously extracted data.We should not force Claude to use the
print_extracted_data
tool on an empty array.The text was updated successfully, but these errors were encountered: