We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec982 commit 7ada010Copy full SHA for 7ada010
src/backend/kernel_agents/agent_base.py
@@ -323,7 +323,6 @@ async def dynamic_function(**kwargs) -> str:
323
324
# Create a wrapped kernel function that matches the expected signature
325
logging.info(f"Creating dynamic function: {name} {len(name)}")
326
- logging.info(f"Description: {description} {len(description)}")
327
328
@kernel_function(description=f"Dynamic function {name}", name=name)
329
async def kernel_wrapper(
0 commit comments