We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcea10d commit 4f43956Copy full SHA for 4f43956
src/agents/watcher.ts
@@ -35,6 +35,5 @@ export async function watcherAgent(
35
IMPORTANT: You MUST end your response with the exact token NEW_ACTIVITY_FOUND or NO_ACTIVITY_FOUND.
36
`)
37
.withTools(...iqWikiTools)
38
- .withQuickSession("sophia", "uid_1234")
39
.build();
40
}
0 commit comments