diff --git a/surfsense_web/components/tool-ui/update-notion-page.tsx b/surfsense_web/components/tool-ui/update-notion-page.tsx index 383dc3066..e84c6622b 100644 --- a/surfsense_web/components/tool-ui/update-notion-page.tsx +++ b/surfsense_web/components/tool-ui/update-notion-page.tsx @@ -424,7 +424,7 @@ function SuccessCard({ result }: { result: SuccessResult }) { } export const UpdateNotionPageToolUI = makeAssistantToolUI< - { page_id: string; content: string }, + { page_title: string; content: string }, UpdateNotionPageResult >({ toolName: "update_notion_page",