Skip to content

Commit ebe62e5

Browse files
authored
Merge branch 'main' into hatch-fmt-linter
2 parents 756c2aa + 78c2c85 commit ebe62e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/seclab_taskflow_agent/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ async def deploy_task_agents(
126126
task_id = str(uuid.uuid4())
127127
await render_model_output(f"** 🤖💪 Deploying Task Flow Agent(s): {list(agents.keys())}\n")
128128
await render_model_output(f"** 🤖💪 Task ID: {task_id}\n")
129+
await render_model_output(f"** 🤖💪 Model : {model}{', params: ' + str(model_par) if model_par else ''}\n")
129130

130131
mcp_servers = []
131132
server_prompts = []

0 commit comments

Comments
 (0)