Retire Convex paths and standardize local-first Pi runtime
This commit is contained in:
@@ -78,8 +78,8 @@ async function seedAiRuntime(requestContext, baseUrl, options) {
|
||||
session_id: options.sessionId,
|
||||
run_id: options.runId,
|
||||
title: options.title,
|
||||
profile: options.profile || "reasonix",
|
||||
acp_runtime: options.acpRuntime || options.profile || "reasonix",
|
||||
profile: options.profile || "pi",
|
||||
acp_runtime: options.acpRuntime || options.profile || "pi",
|
||||
trace_id: options.traceId,
|
||||
status: options.status || "running",
|
||||
runtime_json: options.runtimeJson || {},
|
||||
|
||||
Reference in New Issue
Block a user