MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / CollectionCreate

Class CollectionCreate

backend/src/flashcards/schemas.py:12–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class CollectionCreate(CollectionBase):
13 prompt: str | None = Field(default=None, max_length=100)
14
15
16class CollectionUpdate(SQLModel):

Calls

no outgoing calls