Content
Prompts
API reference
from typing import List from pydantic import BaseModel [docs] class ExtractedCategories(BaseModel): categories: List[str]