Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 1b8b8c7

Browse files
committed
Update "Not foind message"
1 parent 2cc6ce6 commit 1b8b8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/askNotionPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export async function handler({ input }: ActionContext): Promise<OutputObject> {
111111
const userQuestion = `Based on this content, please respond to the following request or question with high confidence:
112112
${question}”.
113113
If you are not confident that the content fully addresses the request, respond with:
114-
My content source does not provide enough context to answer your request. If you want to report this knowledge gap to the admin, just trigger another action with “Report knowledge gap:” and add your original request.’
114+
I don’t have enough information to answer your question.’
115115
`;
116116

117117
// Request completion from OpenAI using the specified model

0 commit comments

Comments
 (0)