Merge pull request #1873 from ManishMadan2882/main

Sources are the new Docs
This commit is contained in:
Alex
2025-08-13 18:24:35 +01:00
committed by GitHub
40 changed files with 3412 additions and 1119 deletions

View File

@@ -61,7 +61,7 @@ export const fetchPreviewAnswer = createAsyncThunk<
state.preference.prompt.id,
state.preference.chunks,
state.preference.token_limit,
(event) => {
(event: MessageEvent) => {
const data = JSON.parse(event.data);
const targetIndex = indx ?? state.agentPreview.queries.length - 1;