We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a160f commit d6d3f97Copy full SHA for d6d3f97
veadk/tools/builtin_tools/image_generate.py
@@ -116,7 +116,7 @@ def handle_single_task_sync(
116
if sequential_image_generation:
117
inputs["sequential_image_generation"] = sequential_image_generation
118
if image_field is not None:
119
- inputs["image"] = [image_field]
+ inputs["image"] = image_field
120
121
with tracer.start_as_current_span(f"call_llm_task_{idx}") as span:
122
try:
0 commit comments