Skip to content

Commit 3e913c3

Browse files
committed
Fix Discovery.discover()
1 parent 6584276 commit 3e913c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coagent/core/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async def discover(self, msg: DiscoveryQuery, ctx: Context) -> DiscoveryReply:
180180
extensions=msg.extensions,
181181
queries=[msg],
182182
)
183-
batch_reply = await self.batch_discover(batch_query)
183+
batch_reply = await self.batch_discover(batch_query, ctx)
184184
return batch_reply.results[0]
185185

186186
@handler

0 commit comments

Comments
 (0)