Update types.ts

This commit is contained in:
ItzCrazyKns
2025-12-23 17:15:46 +05:30
parent 8520ea6fe5
commit 5847379db0

View File

@@ -18,6 +18,8 @@ export type SearchAgentInput = {
chatHistory: ChatTurnMessage[]; chatHistory: ChatTurnMessage[];
followUp: string; followUp: string;
config: SearchAgentConfig; config: SearchAgentConfig;
chatId: string;
messageId: string;
}; };
export type WidgetInput = { export type WidgetInput = {