You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obtain swagger 2 from API Logic Server, eg, http://localhost:5656/api/swagger.json)
@@ -61,7 +71,7 @@ Convert to 3: https://converter.swagger.io or other.
61
71
62
72
<br>
63
73
64
-
#### Reduce Operations
74
+
#### Reduce to 30 Operations
65
75
66
76
Reduce down to 30 operations (genai_demo has 69).
67
77
@@ -92,6 +102,8 @@ In path /Product, method get is missing operationId; skipping
92
102
In path /Product, method post is missing operationId; skipping
93
103
```
94
104
105
+
106
+
95
107
<br>
96
108
97
109
### Custom endpoint for openapi
@@ -104,7 +116,7 @@ Note: the url for use in ChatGPT is the tunnelled version, from the env variable
104
116
105
117
### Configure in ChatGPT
106
118
107
-
Then, upload it to the Web version of ChatGPT:
119
+
Then, upload it to the **Web** version of ChatGPT:
108
120
109
121
1. Explore GPTs
110
122
2. Create
@@ -122,29 +134,21 @@ Retrieval worked:
122
134
123
135
<br>
124
136
125
-
### Update: failed to load
126
-
127
-
We also experimented with update, using `integration/openai_plugin/swagger_3_genai_demo_with_update.json`.
137
+
### Update: Invalid Data Object
128
138
129
-
It failed to load with
139
+
We also experimented with update, using `integration/openai_plugin/swagger_3.json`.
130
140
131
-
```
132
-
In context=('paths', '/Customer/{CustomerId}/', 'patch', 'requestBody', 'content', 'application/json', 'schema'), reference to unknown component Customer_inst; using empty schema
133
-
134
-
In path /Customer/{CustomerId}/, method patch, operationId UpdateCustomer_0, request body schema is not an object schema; skipping
135
-
136
-
In path /Customer/{CustomerId}/, method patch, operationId UpdateCustomer_0, skipping function due to errors
137
-
```
141
+
> It initially failed to load, which we repaired as noted in Appendix 2.
138
142
139
-
We requested a revised jasonapi from CHatGPT, which loaded. However, updates are still failing with Invalid Data Object. ChatGPT reports it was sending:
143
+
However, updates are still failing with Invalid Data Object. ChatGPT reports it was sending:
0 commit comments