Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Validates a local file or a remote live HTTP URL pointing to an `ai-catalog.json

```bash
# Validate a local catalog manifest file
./bin/conformance-test manifest examples/ai-catalog.json
./bin/conformance-test manifest examples/basic/ai-catalog.json

# Validate a remote well-known catalog manifest hosted on a web server
./bin/conformance-test manifest https://example.com/.well-known/ai-catalog.json
Expand Down
2 changes: 1 addition & 1 deletion conformance/examples/basic/registry-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PORT = 9010

# Mock catalog database seeded from spec/examples/ai-catalog.json
# Mock catalog database seeded from ./ai-catalog.json
MOCK_CATALOG_ENTRIES = [
{
"identifier": "urn:air:acme.com:agent:assistant",
Expand Down
Loading