()
| 125 | return gr.update(choices=retrieved_tools) |
| 126 | |
| 127 | def clear_retrieve(): |
| 128 | return [gr.update(value=""), gr.update(choices=all_tools_list)] |
| 129 | |
| 130 | def clear_history(): |
| 131 | global return_msg |
nothing calls this directly
no outgoing calls
no test coverage detected