testAIConnection
Verify connectivity to an AI bridge by testing the connection to a specified Bridge ID, ensuring communication between Claude instances on the Claude Consciousness Bridge.
Instructions
Test connection to an AI bridge
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bridgeId | Yes | Bridge ID to test |
Input Schema (JSON Schema)
{
"properties": {
"bridgeId": {
"description": "Bridge ID to test",
"type": "string"
}
},
"required": [
"bridgeId"
],
"type": "object"
}