Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
OpenAI Tools and Extraction
This talk covers defining and using tools as Pydantic models for validation, leveraging functions as tools, and extracting data directly into Pydantic models.
We recently implemented some functionality that enabled you to define tools as Pydantic models so that you get validation. Additionally, you can use functions directly as tools with no additional work if documented properly.
Furthermore, you can extract information directly into a Pydantic model, built using this functionality
Unified Python library abstracts LLM calls, enabling Pydantic structured output extraction.