small improvements

This commit is contained in:
Markus Pfundstein
2024-11-29 17:41:57 +01:00
parent 110873e396
commit f6d0c24674
3 changed files with 57 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ add_tool_handler(tools.GetFileContentsToolHandler())
add_tool_handler(tools.SearchToolHandler())
add_tool_handler(tools.PatchContentToolHandler())
add_tool_handler(tools.AppendContentToolHandler())
add_tool_handler(tools.ComplexSearchToolHandler())
#@app.list_resources()
#async def list_resources() -> list[Resource]: