Add AI assistant tools for site search, project details, experience matching, and calendar availability

This commit is contained in:
2026-06-18 03:37:22 +02:00
parent 95666e20e9
commit 05740e122e
5 changed files with 761 additions and 71 deletions

View File

@@ -54,7 +54,7 @@ function addInitMessage(messageArray: UIMessage[]) {
role: 'assistant',
parts: [{
type: 'text',
text: "Hi im gregors ai assistant,you can ask me to provide general information or to schedule a meeting."
text: "Hi, I'm Gregor's AI assistant. Ask me about his experience, projects, blog posts, or availability for a meeting."
}],
})
}