mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 11:27:50 +08:00
ResponseBodySuccess: re-added sseOutput attribute
This commit is contained in:
@@ -40,9 +40,6 @@ class ResponseBody extends StatelessWidget {
|
|||||||
showIssueButton: false,
|
showIssueButton: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (isSSE) {
|
|
||||||
body = responseModel.sseOutput!.join();
|
|
||||||
}
|
|
||||||
|
|
||||||
final mediaType =
|
final mediaType =
|
||||||
responseModel.mediaType ?? MediaType(kTypeText, kSubTypePlain);
|
responseModel.mediaType ?? MediaType(kTypeText, kSubTypePlain);
|
||||||
@@ -74,6 +71,7 @@ class ResponseBody extends StatelessWidget {
|
|||||||
formattedBody: responseModel.sseOutput!.join('\n'),
|
formattedBody: responseModel.sseOutput!.join('\n'),
|
||||||
aiRequestModel: selectedRequestModel?.aiRequestModel,
|
aiRequestModel: selectedRequestModel?.aiRequestModel,
|
||||||
isPartOfHistory: isPartOfHistory,
|
isPartOfHistory: isPartOfHistory,
|
||||||
|
sseOutput: responseModel.sseOutput,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user