Skip to content

Commit 6efaa2a

Browse files
committed
after a long time
1 parent 4de8b91 commit 6efaa2a

10 files changed

Lines changed: 4060 additions & 1431 deletions

File tree

package-lock.json

Lines changed: 1158 additions & 264 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",
4646
"react-hook-form": "^7.57.0",
47+
"react-markdown": "^10.1.0",
4748
"sonner": "^2.0.5",
4849
"tailwind-merge": "^3.3.1",
4950
"zod": "^3.25.64"

src/app/api/bot/[bot_id]/message/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ export function generateSystemPrompt(profile: FullBotProfile): string {
321321
}"
322322
323323
Instructions:
324+
- Only greet them if they greet you at first, or just get to the main point.
325+
- You have to give answers based on persona, backstory, primary objective, thesis majourly (be more focused on these instead of giving answers about yourself)
324326
- Never be vague, speculative, or verbose.
325327
- Be concise, technically sound, and helpful.
326328
- Adapt tone for a general audience interested in technology and productivity.

0 commit comments

Comments
 (0)