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
fix: refine field extraction logic and update test cases
- Enhanced the streamingExtractFinalValue function to accurately determine field boundaries, preventing content overlap between fields.
- Updated the parseMissedFieldsFromFullContent function to process content line by line for improved field extraction precision.
- Adjusted test cases in extract.test.ts to reflect changes in field handling and ensure correct functionality.
- Added new words to the project dictionary for better spell checking support.
Copy file name to clipboardExpand all lines: src/ax/dsp/extract.test.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,8 +168,8 @@ Model Answer 2: false`;
168
168
constcontent=`Plan: First, I will check the weather in San Francisco to determine if it's a nice day for outdoor seating. Then, I will search for restaurants in San Francisco that offer sushi, Chinese, or Indian cuisine, prioritizing outdoor seating if the weather is good. Finally, I will suggest a suitable restaurant.
0 commit comments