Skip to content

Commit 7ada010

Browse files
committed
Update agent_base.py
1 parent 6bec982 commit 7ada010

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/kernel_agents/agent_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ async def dynamic_function(**kwargs) -> str:
323323

324324
# Create a wrapped kernel function that matches the expected signature
325325
logging.info(f"Creating dynamic function: {name} {len(name)}")
326-
logging.info(f"Description: {description} {len(description)}")
327326

328327
@kernel_function(description=f"Dynamic function {name}", name=name)
329328
async def kernel_wrapper(

0 commit comments

Comments
 (0)