Amal Shehu
Results
3
comments of
Amal Shehu
Great info, I will check this.
from pydantic import BaseModel, Field from typing import Optional class Task(BaseModel): expected_output: Optional[str] = Field(None, description="Optional expected output")