We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e880e10 commit 0b9da03Copy full SHA for 0b9da03
1 file changed
testcases/langchain-cross/uipath.json
@@ -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
21
22
+ "report": {
23
+ "default": null,
24
+ "title": "Report",
25
26
27
28
+ "required": []
29
30
31
+ ],
32
+ "bindings": {
33
+ "version": "2.0",
34
+ "resources": []
35
36
+}
0 commit comments