mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
docs(readme): replace tool call content with ultra large context placeholder
This commit is contained in:
parent
a1b4ce3df7
commit
b385cf3124
2 changed files with 6 additions and 6 deletions
|
|
@ -508,7 +508,7 @@ response = requests.post("http://localhost:8002/summary_working_memory", json={
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
@ -569,7 +569,7 @@ async def main():
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
@ -627,7 +627,7 @@ curl -X POST http://localhost:8002/summary_working_memory \
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
|
|
@ -510,7 +510,7 @@ response = requests.post("http://localhost:8002/summary_working_memory", json={
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
@ -571,7 +571,7 @@ async def main():
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
@ -629,7 +629,7 @@ curl -X POST http://localhost:8002/summary_working_memory \
|
|||
},
|
||||
{
|
||||
"role": "tool",
|
||||
"content": "tool call=6ec4edf351774e91ba6c3e719b6d18c9 result is stored in file path=`test_working_memory/6ec4edf351774e91ba6c3e719b6d18c9.txt`"
|
||||
"content": "ultra large context , over 50000 tokens......"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue