pov-doc: add MongoDB dictations as data source for account context
This commit is contained in:
parent
b855d4f5e6
commit
a7b7b15425
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ Before generating the document, gather the following from the user's notes and c
|
||||||
|
|
||||||
Search `~/notes` for account notes, meeting notes, and inbox items related to the customer to populate these fields. Use ripgrep to find relevant content across all note files.
|
Search `~/notes` for account notes, meeting notes, and inbox items related to the customer to populate these fields. Use ripgrep to find relevant content across all note files.
|
||||||
|
|
||||||
|
Additionally, query the MongoDB `notes.dictations` collection for meeting transcripts related to the customer. Transcripts often contain richer detail than summarized notes, including exact stakeholder names, technical requirements, and pain points discussed during calls and on-site visits. Search across the `content`, `title`, and `summary` fields using case-insensitive regex matching on the customer name and known contacts. The MongoDB skill provides connection details and query patterns.
|
||||||
|
|
||||||
### Logo and Mission Statement
|
### Logo and Mission Statement
|
||||||
|
|
||||||
In addition to the fields above, gather these for the document header:
|
In addition to the fields above, gather these for the document header:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue