MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / ThoughtStep

Class ThoughtStep

src/backend/fastapi_app/api_models.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class ThoughtStep(BaseModel):
52 title: str
53 description: Any
54 props: dict = {}
55
56
57class RAGContext(BaseModel):

Callers 6

prepare_contextMethod · 0.90
answerMethod · 0.90
answer_streamMethod · 0.90
prepare_contextMethod · 0.90
answerMethod · 0.90
answer_streamMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected