Промпты#6
Merged
Merged
Conversation
Structured prompt with 5 sections: summary, next steps, objections, client signals, deal assessment. Used by CoPilot Sales PostMeeting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: add sales summary template
…hreshold Sales-focused classifier with buying_signal/need_expression categories, concise actionable advisor prompt, confidence threshold 0.5→0.3, cascade interval 20s→8s, fallback throttle 10s→15s. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: Live Advisor cascade improvements
There was a problem hiding this comment.
Pull request overview
This PR tunes live hint prompting/intervals and adds a new built-in sales summary prompt for B2B call analysis.
Changes:
- Adds a
salessummary template with structured Russian Markdown output. - Refines live advisor classifier/advisor prompts and lowers classifier significance threshold.
- Adjusts automatic live hint timing intervals.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
routers/live_hints.py |
Updates cascade and fallback hint interval timings. |
pyproject.toml |
Removes the empty author email field. |
gigaam_transcriber/summarizer.py |
Adds the built-in sales summary template. |
gigaam_transcriber/llm_cascade.py |
Updates cascade LLM prompts and classification sensitivity. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+37
to
+39
| - "buying_signal" — клиент спрашивает о деталях внедрения, сроках, демо, следующих шагах, договоре | ||
| - "need_expression" — клиент описывает свою проблему, боль, потребность, чего ему не хватает | ||
| - "clarification" — запрос уточнения, технический вопрос, сомнение в понимании |
| "Формат: Markdown. Будь точным и объективным." | ||
| ), | ||
| }, | ||
| "sales": { |
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.
No description provided.