mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:11:37 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -35,7 +35,7 @@ function isSessionStoreRecord(value: unknown): value is Record<string, SessionEn
|
||||
|
||||
function getSessionStoreTtl(): number {
|
||||
return resolveCacheTtlMs({
|
||||
envValue: process.env.CLAWDBOT_SESSION_CACHE_TTL_MS,
|
||||
envValue: process.env.OPENCLAW_SESSION_CACHE_TTL_MS,
|
||||
defaultTtlMs: DEFAULT_SESSION_STORE_TTL_MS,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ export async function appendAssistantMessageToSessionTranscript(params: {
|
||||
role: "assistant",
|
||||
content: [{ type: "text", text: mirrorText }],
|
||||
api: "openai-responses",
|
||||
provider: "moltbot",
|
||||
provider: "openclaw",
|
||||
model: "delivery-mirror",
|
||||
usage: {
|
||||
input: 0,
|
||||
|
||||
Reference in New Issue
Block a user