probe_peers
Send a short question to multiple peers simultaneously for discovery, and collect their answers within 30 seconds.
Instructions
Fan-out the same short question to many peers in parallel. Use for discovery (e.g. "do you have a User model?"). Returns a list of (peer, answer) pairs collected within 30s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peers | No | Peer routing names to ask; null = all online peers | |
| prompt | Yes | The question to fan out |