We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This will allow us to force LLMs to emit Component instances.
Component
from pydantic import BaseModel @property def pydantic(self) -> BaseModel: ...