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

Class Message

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

Source from the content-addressed store, hash-verified

55
56
57class Message(BaseModel):
58 role: MessageRole
59 content: str
60 annotations: List[Annotation] | None = None
61
62
63class ChatData(BaseModel):

Callers 1

chat_requestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected