Skip to content

Commit

Permalink
chore(wren-ui): add comment (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyjackfrost authored Nov 21, 2024
1 parent 856b554 commit d00a525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wren-ui/src/apollo/server/services/askingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ export class AskingService implements IAskingService {
* this function is used to preview the data of a thread response
* get the target thread response and get the steps
* construct the CTEs and get the data
* @param responseId
* @param stepIndex
* @param responseId: the id of the thread response
* @param stepIndex: the step in the response detail
* @returns Promise<QueryResponse>
*/
public async previewData(
Expand Down

0 comments on commit d00a525

Please sign in to comment.