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

Class ChatParams

src/backend/fastapi_app/api_models.py:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class ChatParams(ChatRequestOverrides):
78 prompt_template: str
79 response_token_limit: int = 1024
80 enable_text_search: bool
81 enable_vector_search: bool
82 original_user_query: str
83 past_messages: list[ResponseInputItemParam]
84
85
86class Filter(BaseModel):

Callers 1

get_chat_paramsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected