We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fc28f commit c8c528cCopy full SHA for c8c528c
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