mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
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:
File diff suppressed because one or more lines are too long
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user