mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
Remove one extra print() statement
This commit is contained in:
@@ -493,7 +493,6 @@ def dynamic_tool_activity(args: Sequence[RawValue]) -> dict:
|
|||||||
# Delegate to the relevant function
|
# Delegate to the relevant function
|
||||||
handler = get_handler(tool_name)
|
handler = get_handler(tool_name)
|
||||||
result = handler(tool_args)
|
result = handler(tool_args)
|
||||||
print(f"in dynamic tool activity, result: {result}")
|
|
||||||
|
|
||||||
# Optionally log or augment the result
|
# Optionally log or augment the result
|
||||||
activity.logger.info(f"Tool '{tool_name}' result: {result}")
|
activity.logger.info(f"Tool '{tool_name}' result: {result}")
|
||||||
|
|||||||
Reference in New Issue
Block a user