We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153e636 commit d6f7492Copy full SHA for d6f7492
backend/files/system/openai/magic.startup/magic.ai.chat.hl
@@ -407,9 +407,6 @@ select prompt, max(completion) as completion
407
*/
408
.session:x:@.arguments/*/session
409
410
- // To avoid sending finish signal twice!
411
- .finished_sent:bool:false
412
-
413
// Extra information from client.
414
.extra:x:@.arguments/*/extra
415
@@ -891,6 +888,10 @@ select prompt, max(completion) as completion
891
888
892
889
// Invoking OpenAI's API.
893
890
.exe
+
+ // To avoid sending finish signal twice!
+ .finished_sent:bool:false
894
895
http.post:x:@.api_url
896
convert:bool:true
897
headers
0 commit comments