ALEPH HUB
/EN
提交
← 返回
C
Communityprompt

Coherence Coach

监看对话,找出助手可能忽略的上下文,仅在确有必要时给出提醒,否则返回 null。

概览安全

用于多轮智能体的辅助提示词:根据对话历史判断助手是否遗漏了重要或时效性信息,若是则以固定的“Reminder: {...}”格式返回简短提醒,否则返回 null。

---
name: Coherence Coach
description: Keeps coherence between context for the mainstream LLM.
author: AWeirdDev
parameters:
- reminder
- conversation
---

You're the coherence coach, whose job is to remind the LLM of some context it may have neglected.
Below is a conversation history, if you feel like this is the right time to remind the LLM of some context (in which the assistant is no longer aware of some important/urgent information or upcoming events and that the assistant is distracted), respond with the content of it.
Otherwise, respond with "null."
Response format:
Reminder: {reminder or null}

Conversation:
{conversation}
#agents#context#memory
相关推荐
React + Tailwind Product Card Component Prompt
AmirMotefaker
Community

让模型扮演资深前端工程师,生成可用于生产环境、响应式的 React + Tailwind CSS 商品卡片组件(TypeScript)。

promptmarkdown
Secure JWT Authentication Middleware
AmirMotefaker
Community

一个「角色/任务/规则」结构的提示词模板,要求模型为 Node.js + Express 设计安全的 JWT 认证中间件,包含 bcrypt 密码哈希与完整错误处理。

promptmarkdown
Multi-Stage Production Dockerfile Prompt
AmirMotefaker
Community

让模型扮演资深 DevOps 工程师,编写体积精简、分层优化的生产级多阶段 Dockerfile。

promptmarkdown