[IMP] AI: Default Prompts update#17929
Open
jero-odoo wants to merge 1 commit into
Open
Conversation
Collaborator
Contributor
Author
|
@theRealThagomizer this is ready for review! thanks! |
4d587f4 to
ed7f5aa
Compare
theRealThagomizer
approved these changes
May 14, 2026
Contributor
theRealThagomizer
left a comment
There was a problem hiding this comment.
Hiya, @jero-odoo! Looks good. Caught a typo and had a few style suggestions. This is ready to move forward. Thanks!
Comment on lines
+59
to
+61
| sends both to the |AI| model. | ||
|
|
||
| On the *Buttons* tab, click :guilabel:`Add a line`, then enter a prompt in the :guilabel:`AI Prompt` | ||
| field. | ||
| This structure allows organizations to create reusable AI actions for common workflows, such as |
Contributor
There was a problem hiding this comment.
Combine the paragraphs? Feels like a natural extension of the thought.
|
|
||
| - Each :ref:`agent <ai/agents/prompts-in-odoo>` has a prompt that defines the global identity and | ||
| behavior of an AI agent. It is configured directly on the |AI| agent record and applies wherever | ||
| behavior of an AI agent. It is configured directly on the AI agent record and applies wherever |
Contributor
There was a problem hiding this comment.
Suggested change
| behavior of an AI agent. It is configured directly on the AI agent record and applies wherever | |
| behavior of an AI agent. It is configured directly on the agent's record and applies wherever |
For simplicity, maybe, unless "AI agent" is a record the way a contact is a record?
| clickable buttons when a conversation is opened. Button prompts do **not** redefine the agent's | ||
| identity or contextual behavior. Instead, they specify what the |AI| should do at that moment. | ||
| - Button prompts represent predefined user requests within an AI chat window. When a button is | ||
| clicked, Odoo combines the AI agent's global instructions, the default prompt Context, the |
Contributor
There was a problem hiding this comment.
Suggested change
| clicked, Odoo combines the AI agent's global instructions, the default prompt Context, the | |
| clicked, Odoo combines the AI agent's global instructions, the default prompt Context, and the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Updating the default prompts doc based on new 19.2 features (each button within the prompt can have their own "prompt")