Skip to content

Commit b99b22c

Browse files
author
Douglas Reid
committed
add more logging(betterer)
1 parent ae3622a commit b99b22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steamship/agents/service/agent_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_action(self, action: Action, context: AgentContext):
2929
"Please use synchronous Tasks (Tools that return List[Block] for now."
3030
)
3131
else:
32-
outputs = ",".join([f"{b.as_llm_input()}" for b in action.output])
32+
outputs = ",".join([f"{b.as_llm_input()}" for b in blocks_or_task])
3333
logging.info(
3434
f"Tool {action.tool.name} Completed ({outputs})",
3535
extra={

0 commit comments

Comments
 (0)