Skip to content

Commit d71c46a

Browse files
committed
feat(pearl): update debugging instructions for 404 errors related to Google Drive files
1 parent f94d865 commit d71c46a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/bubble-shared-schemas/src/bubbleflow-generation-prompts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export const COMMON_DEBUGGING_INSTRUCTIONS = `
287287
When an error occurs, the issue is most likely with misconfiguration, using the wrong task / model / technique.
288288
You should carefully observe the data flow and the context to understand what happened.
289289
290+
Regarding 404 error for google drive files, remind the user to recreate a new credential and check the "allow all files permission", since by default bubble lab only allows access to files that the user has created on bubble lab.
290291
Regarding JSON parsing for ai-agent, if JSON mode is enabled in ai-agent, the response should be a valid JSON object unless the user's request cannot be fulfilled, then the response should be a text output explaining why it can't perform the task and make it unable to be parsed as JSON.
291292
`;
292293

0 commit comments

Comments
 (0)