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

Class CardCreate

backend/src/flashcards/schemas.py:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class CardCreate(CardBase):
26 prompt: str | None = Field(default=None, max_length=100)
27
28
29class CardUpdate(CardBase):

Callers 10

test_cardFunction · 0.90
test_multiple_cardsFunction · 0.90
test_cardFunction · 0.90
test_multiple_cardsFunction · 0.90
test_create_cardFunction · 0.90
test_collectionFunction · 0.90

Calls

no outgoing calls

Tested by 10

test_cardFunction · 0.72
test_multiple_cardsFunction · 0.72
test_cardFunction · 0.72
test_multiple_cardsFunction · 0.72
test_create_cardFunction · 0.72
test_collectionFunction · 0.72