File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
llmstack/processors/providers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616)
1717from llmstack .common .blocks .base .schema import BaseSchema as _Schema
1818from llmstack .common .utils .liquid import render_template
19- from llmstack .common .utils .utils import get_tool_json_schema_from_input_fields
2019from llmstack .play .actor import Actor , BookKeepingData
2120from llmstack .play .actors .agent import ToolInvokeInput
2221from llmstack .play .utils import extract_jinja2_variables
@@ -240,6 +239,8 @@ def get_output_ui_schema(cls) -> dict:
240239
241240 @classmethod
242241 def get_tool_input_schema (cls , processor_data ) -> dict :
242+ from llmstack .common .utils .utils import get_tool_json_schema_from_input_fields
243+
243244 if processor_data and "input_fields" in processor_data :
244245 return get_tool_json_schema_from_input_fields (name = "" , input_fields = processor_data ["input_fields" ])
245246
You can’t perform that action at this time.
0 commit comments