MCPcopy Create free account
hub / github.com/Azure-Samples/llama-index-python / Config

Class Config

backend/app/api/routers/models.py:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 )
160
161 class Config:
162 json_schema_extra = {
163 "example": {
164 "starterQuestions": [
165 "What standards for letters exist?",
166 "What are the requirements for a letter to be considered a letter?",
167 ]
168 }
169 }
170 alias_generator = to_camel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected