MCPcopy
hub / github.com/docker/genai-stack / mode_select

Function mode_select

bot.py:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138
139
140def mode_select() -> str:
141 options = ["Disabled", "Enabled"]
142 return st.radio("Select RAG mode", options, horizontal=True)
143
144
145name = mode_select()

Callers 1

bot.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected