Back to Agno

Test Log - _03_text_extraction

cookbook/data_labeling/_03_text_extraction/TEST_LOG.md

2.6.8769 B
Original Source

Test Log - _03_text_extraction

Tested 2026-05-17 against gpt-5.5 (OpenAIResponses), agno 2.6.6.

basic.py

Status: PASS

Description: Extract Contact (name, email, phone, company, title) from email-signature-style text.

Result: All fields extracted verbatim; missing fields left null.


with_confidence.py

Status: PASS

Description: Same task with ConfidentField wrapping each value.

Result: Confidences are sensible: high for explicit fields, medium for inferred ones (e.g. "@mike" as a name).


nested.py

Status: PASS

Description: Extract a Meeting containing a list of nested ActionItems from a meeting transcript.

Result: Three action items extracted with correct owners and due dates.