We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db07b1f + 329ee7f commit 99eace8Copy full SHA for 99eace8
main.py
@@ -430,6 +430,7 @@ async def on_handoff_hook(
430
# optional global vars available for the taskflow tasks
431
global_variables = taskflow.get('globals', {})
432
model_config = taskflow.get('model_config', {})
433
+ model_keys = []
434
if model_config:
435
model_dict = available_tools.model_config.get(model_config, {})
436
if not model_dict:
0 commit comments