chore: #2 add description to tools

This commit is contained in:
Bhavani Ravi
2025-03-19 20:41:38 +05:30
parent 707f3747d7
commit 407eb00c1b
4 changed files with 25 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ async def get_airflow_tools(config: AirflowConfig, mode: str = "unsafe") -> list
tools.append(
Tool(
name=operation_id,
description=tool.operation.operation_id,
description=tool.operation.description,
inputSchema=schema,
)
)