Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 1, 2023
1 parent b65518f commit ee47953
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion front/types/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export type AssistantUserMessageType = {
};

/**
* Agent messages
* Retrieval action
*/

export type AssistantUserFeedbackType = {
Expand Down Expand Up @@ -71,6 +71,10 @@ export type AssistantRetrievalActionType = {
documents: AssistantRetrievalDocumentType[];
};

/**
* Agent messages
*/

export type AssistantAgentActionType = AssistantRetrievalActionType;

/**
Expand Down

0 comments on commit ee47953

Please sign in to comment.