We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37fc28f + c8c528c commit 78c2c85Copy full SHA for 78c2c85
src/seclab_taskflow_agent/__main__.py
@@ -128,6 +128,7 @@ async def deploy_task_agents(
128
task_id = str(uuid.uuid4())
129
await render_model_output(f"** 🤖💪 Deploying Task Flow Agent(s): {list(agents.keys())}\n")
130
await render_model_output(f"** 🤖💪 Task ID: {task_id}\n")
131
+ await render_model_output(f"** 🤖💪 Model : {model}{', params: ' + str(model_par) if model_par else ''}\n")
132
133
mcp_servers = []
134
server_prompts = []
0 commit comments