Skip to content

Commit de20f8d

Browse files
Update api spec (#1333)
YOYO NEW API SPEC! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e9a783 commit de20f8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spec.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27869,6 +27869,18 @@
2786927869
"end_of_stream": {
2787027870
"type": "object",
2787127871
"properties": {
27872+
"completed_at": {
27873+
"nullable": true,
27874+
"description": "This indicates the time that the server has finished processing the request. This can be used by the client to measure the total time taken for the request. Although this might be passed in other contexts, outside of copilot mode, it is only relevant in copilot mode.",
27875+
"type": "string",
27876+
"format": "date-time"
27877+
},
27878+
"started_at": {
27879+
"nullable": true,
27880+
"description": "This indicates the time that the server had started processing the request. This can be used by the client to measure the total time taken for the request. Although this might be passed in other contexts, outside of copilot mode, it is only relevant in copilot mode.",
27881+
"type": "string",
27882+
"format": "date-time"
27883+
},
2787227884
"whole_response": {
2787327885
"nullable": true,
2787427886
"description": "The whole response text, which is the final output of the AI. This is only relevant if in copilot mode, where the AI is expected to return the whole response at once.",

0 commit comments

Comments
 (0)