Skip to content

Commit 0b9da03

Browse files
committed
test4
1 parent e880e10 commit 0b9da03

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"entryPoints": [
3+
{
4+
"filePath": "agent",
5+
"uniqueId": "7b0f8410-7c27-4930-96dd-119c7a1bcbc4",
6+
"type": "agent",
7+
"input": {
8+
"type": "object",
9+
"properties": {
10+
"topic": {
11+
"title": "Topic",
12+
"type": "string"
13+
}
14+
},
15+
"required": [
16+
"topic"
17+
]
18+
},
19+
"output": {
20+
"type": "object",
21+
"properties": {
22+
"report": {
23+
"default": null,
24+
"title": "Report",
25+
"type": "string"
26+
}
27+
},
28+
"required": []
29+
}
30+
}
31+
],
32+
"bindings": {
33+
"version": "2.0",
34+
"resources": []
35+
}
36+
}

0 commit comments

Comments
 (0)