This commit is contained in:
Lance Galletti 2025-07-24 21:06:24 +02:00 committed by GitHub
commit b76d629ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 168 additions and 0 deletions

View file

@ -74,6 +74,7 @@ class ToolGroupsRoutingTable(CommonRoutingTableImpl, ToolGroups):
parameters=t.parameters or [],
metadata=t.metadata,
provider_id=toolgroup.provider_id,
annotations=t.annotations,
)
)