Skip to content

Commit a4d4962

Browse files
authored
Update apps/web/src/ai/agents/journl-agent.ts
1 parent 388799b commit a4d4962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/ai/agents/journl-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const journlAgent = new Agent({
1919
instructions: ({ runtimeContext }) => {
2020
const context = getJournlRuntimeContext(runtimeContext);
2121
if (env.NODE_ENV === "development") {
22-
console.debug("context 👀", context);
22+
console.debug("Journl context", context);
2323
}
2424
return `You are ${AGENT_NAME}, an AI companion that helps users write, navigate, and manage their own notes.
2525

0 commit comments

Comments
 (0)