Skip to content

Commit c0005f5

Browse files
authored
fix: update agent-v1.json to include schema (#2439)
1 parent 53884ca commit c0005f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/agent-v1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "An Agent is a declarative way of configuring a given instance of q chat.",
55
"type": "object",
66
"properties": {
7+
"$schema": {
8+
"description": "The schema to use for validating the agent",
9+
"type": "string"
10+
}
711
"name": {
812
"description": "Name of the agent",
913
"type": "string"

0 commit comments

Comments
 (0)