mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 20:03:30 +02:00
Fix UpdateNotionPageToolUI args type to match backend signature
This commit is contained in:
parent
eca5332d81
commit
2327ec9326
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue