Skip to content

Commit 5589da7

Browse files
committed
add logging for programmatic step
1 parent cc59da3 commit 5589da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/src/run-programmatic-step.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ export async function runProgrammaticStep(
7676

7777
logger.info(
7878
{
79-
template: template.id,
79+
templateId: template.id,
80+
template,
8081
agentType,
8182
prompt,
8283
params,

0 commit comments

Comments
 (0)