Skip to content

Commit 78c2c85

Browse files
authored
Merge pull request #139 from GitHubSecurityLab/p--model-log
log model and model params if set
2 parents 37fc28f + c8c528c commit 78c2c85

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
@@ -128,6 +128,7 @@ async def deploy_task_agents(
128128
task_id = str(uuid.uuid4())
129129
await render_model_output(f"** 🤖💪 Deploying Task Flow Agent(s): {list(agents.keys())}\n")
130130
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")
131132

132133
mcp_servers = []
133134
server_prompts = []

0 commit comments

Comments
 (0)