This commit is contained in:
Nex Zhu 2025-02-24 08:36:42 +08:00
parent 8f27ca2e4e
commit 50f9e4354f

View File

@ -148,7 +148,9 @@ export const getSystemPromptForWeb = async (
return {
prompt: "",
webSources: [],
iodSources: []
iodSources: [],
iodSearchResults: [],
iodTokenCount: 0,
}
}
}