MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / clear_retrieve

Function clear_retrieve

web_demo.py:127–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return gr.update(choices=retrieved_tools)
126
127def clear_retrieve():
128 return [gr.update(value=""), gr.update(choices=all_tools_list)]
129
130def clear_history():
131 global return_msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected