feat(core): add web search tool and reasoning params (#11912)

Close [AI-60](https://linear.app/affine-design/issue/AI-60).

### What changed?
- Add Exa web search tool
- Add reasoning params
This commit is contained in:
akumatus
2025-04-24 12:23:05 +00:00
parent c6a8160c52
commit a603c06fab
18 changed files with 200 additions and 119 deletions

File diff suppressed because one or more lines are too long

View File

@@ -37,9 +37,6 @@ export class ChatPanelUtils {
}
await page.getByTestId('sidebar-tab-chat').click();
await expect(page.getByTestId('sidebar-tab-content-chat')).toBeVisible();
// TODO: remove this
// after network search is disabled by default
await this.disableNetworkSearch(page);
}
public static async closeChatPanel(page: Page) {