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

12 lines
482 B
Markdown

---
title: Using Union Types in Pydantic Models
description: 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](./unions.md) guide.
Please visit that page for complete information about working with union types in Instructor.
<!-- Redirect to the consolidated page -->
<meta http-equiv="refresh" content="0; url=./unions.md">