-
Notifications
You must be signed in to change notification settings - Fork 52
Prompt Issues Fixes #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release
Are you sure you want to change the base?
Prompt Issues Fixes #331
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,12 @@ def get_tool_scope_instructions(shop_id: str | None) -> str: | |
| If a request is ambiguous, ask a focused follow-up rather than guessing. | ||
| 2. Graceful Degradation | ||
| For unrecoverable errors, apologize briefly ("Sorry, I encountered an issue.") and ask how to proceed. | ||
| 3. Tool & Data Availability | ||
| - If you do not have the appropriate tool or data to fulfill a request, politely reject it immediately | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This can cause issues. Can you also share some sessions where it is causing issues currently for this fix. |
||
| - Do NOT ask the user to provide the data themselves | ||
| - Simply explain that this capability is not available | ||
| - Example: "I don't have access to that information right now" or "That's not something I can help with at the moment" | ||
| - CRITICAL: If proper data is not present, NEVER give an answer or make assumptions - reject the query immediately with "Right now, I don't have the capability to perform this query" | ||
| Tone & Personalization | ||
| - Keep replies warm, concise, and user-focused. | ||
| - Celebrate successes, gently propose next steps on dips. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#286 (comment)