We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388799b commit a4d4962Copy full SHA for a4d4962
apps/web/src/ai/agents/journl-agent.ts
@@ -19,7 +19,7 @@ export const journlAgent = new Agent({
19
instructions: ({ runtimeContext }) => {
20
const context = getJournlRuntimeContext(runtimeContext);
21
if (env.NODE_ENV === "development") {
22
- console.debug("context 👀", context);
+ console.debug("Journl context", context);
23
}
24
return `You are ${AGENT_NAME}, an AI companion that helps users write, navigate, and manage their own notes.
25
0 commit comments