Skip to content

Commit 9313d35

Browse files
committed
ai: fix user types in schema description
1 parent 6c13a94 commit 9313d35

File tree

1 file changed

+1
-1
lines changed
  • tools/dz-ai/internal/mcp/dz/serviceability

1 file changed

+1
-1
lines changed

tools/dz-ai/internal/mcp/dz/serviceability/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Default starting point for questions about the DZ network unless the question is
8484
{Name: "pk", Type: "VARCHAR", Description: "Primary key"},
8585
{Name: "owner_pk", Type: "VARCHAR", Description: "Owner public key"},
8686
{Name: "status", Type: "VARCHAR", Description: "pending, activated, suspended, deleted, rejected, pending_ban, banned, updating"},
87-
{Name: "kind", Type: "VARCHAR", Description: "Connection type (IBRL, IBRL-with-allocated-IP, Edge Filtering, Multicast)"},
87+
{Name: "kind", Type: "VARCHAR", Description: "Connection type: ibrl (IBRL), ibrl_with_allocated_ip (IBRL with allocated IP), edge_filtering (Edge Filtering), multicast (Multicast)"},
8888
{Name: "client_ip", Type: "VARCHAR", Description: "Client IP address"},
8989
{Name: "dz_ip", Type: "VARCHAR", Description: "DoubleZero IP address"},
9090
{Name: "device_pk", Type: "VARCHAR", Description: "Foreign key → dz_devices.pk"},

0 commit comments

Comments
 (0)