Skip to content

Commit 8c69b52

Browse files
committed
Rename systemPrompt to user_system_prompt
1 parent a06979f commit 8c69b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyodide-runtime-agent/src/pyodide-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ export class PyodideRuntimeAgent extends RuntimeAgent {
556556
let userSystemPrompt = this.store.query(
557557
tables.notebookMetadata
558558
.select()
559-
.where({ key: "systemPrompt" })
559+
.where({ key: "user_system_prompt" })
560560
.first({ fallback: () => "" }),
561561
);
562562

0 commit comments

Comments
 (0)