Skip to content

Commit

Permalink
Update "Not foind message"
Browse files Browse the repository at this point in the history
  • Loading branch information
machulav committed Sep 4, 2024
1 parent 2cc6ce6 commit 1b8b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/askNotionPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function handler({ input }: ActionContext): Promise<OutputObject> {
const userQuestion = `Based on this content, please respond to the following request or question with high confidence:
${question}”.
If you are not confident that the content fully addresses the request, respond with:
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.’
I don’t have enough information to answer your question.’
`;

// Request completion from OpenAI using the specified model
Expand Down

0 comments on commit 1b8b8c7

Please sign in to comment.