fix: simplify startup memory block message (#263)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -3820,8 +3820,8 @@ Plan file path: ${planFilePath}`;
|
||||
const statusLines = [
|
||||
resumedMessage,
|
||||
agentNameLine,
|
||||
agentUrl ? `→ ${agentUrl}` : "",
|
||||
...hints,
|
||||
agentUrl ? `→ ${agentUrl}` : "",
|
||||
].filter(Boolean);
|
||||
|
||||
buffersRef.current.byId.set(statusId, {
|
||||
|
||||
Reference in New Issue
Block a user