Files
AI/참고/instructor-main/docs/concepts/union.md
2026-05-12 19:40:31 +09:00

482 B

title, description
title description
Using Union Types in Pydantic Models Learn how to implement Union types in Pydantic models to handle multiple action types in Python.

!!! note "Redirect Notice" This page has been consolidated into the comprehensive Union Types guide. Please visit that page for complete information about working with union types in Instructor.