mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
refactor(memory): update conversation continuity context handling (#170)
* refactor(memory): update conversation continuity context handling * chore(version): bump version to 0.3.1.1
This commit is contained in:
parent
6dd987a1d2
commit
4f63fbf197
2 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ from . import extension
|
|||
from . import memory
|
||||
from .reme import ReMe
|
||||
|
||||
__version__ = "0.3.1.0"
|
||||
__version__ = "0.3.1.1"
|
||||
|
||||
__all__ = [
|
||||
"config",
|
||||
|
|
|
|||
|
|
@ -130,8 +130,7 @@ class ReMeInMemoryMemory(InMemoryMemory):
|
|||
{self._compressed_summary}
|
||||
</previous-summary>
|
||||
The above is a summary of our previous conversation.
|
||||
If there is a new instruction from the user, do not continue executing the previous content;
|
||||
only execute the user's new instruction.
|
||||
Use it as context to maintain continuity.
|
||||
""".strip()
|
||||
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue