Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
class
ThoughtStep(BaseModel):
52
title: str
53
description: Any
54
props: dict = {}
55
56
57
class
RAGContext(BaseModel):
Callers
6
prepare_context
Method · 0.90
answer
Method · 0.90
answer_stream
Method · 0.90
prepare_context
Method · 0.90
answer
Method · 0.90
answer_stream
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected