MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / InContextExamples

Class InContextExamples

byod/api/app/models/in_context_examples.py:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6@dataclass
7class InContextExamples(db.Model):
8 __tablename__ = "ai_sql_in_context_examples"
9 mode = db.Column(db.String, primary_key=True)
10 examples: List[Dict[str, str]] = db.Column(db.JSON)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected