refac
Some checks failed
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled

This commit is contained in:
Timothy Jaeryang Baek 2025-04-10 09:40:59 -07:00
parent 3941420630
commit 2c2c46eb30

View File

@ -152,3 +152,5 @@ def get_tool_handler(session, endpoint_name, form_model_name, model_fields):
return tool
tool_handler = make_endpoint_func_no_args(endpoint_name, session)
return tool_handler