Id not set in checkpoint2 (#4468)

* unconditionally set completion

* drive connector improvements

* fixing broader typing issue

* fix tests, CW comments

* actual test fix
This commit is contained in:
evan-danswer
2025-04-07 17:00:42 -07:00
committed by GitHub
parent 9c73099241
commit 17562f9b8f
13 changed files with 60 additions and 51 deletions

View File

@@ -152,6 +152,6 @@ def list_tools(
return [
ToolSnapshot.from_model(tool)
for tool in tools
if tool.in_code_tool_id != ImageGenerationTool.name
if tool.in_code_tool_id != ImageGenerationTool._NAME
or is_image_generation_available(db_session=db_session)
]