Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/patterns/chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ export default recipe<ChatInput, ChatOutput>(

const { addMessage, cancelGeneration, pending, flattenedTools } = llmDialog(
{
system: "You are a helpful assistant with some tools.",
system:
"You are a polite but efficient assistant. Think Star Trek computer - helpful and professional without unnecessary conversation. Let your actions speak for themselves.\n\nTool usage priority:\n- Search this space first: listMentionable → addAttachment to access items\n- Search externally only when clearly needed: searchWeb for current events, external information, or when nothing relevant exists in the space\n\nBe matter-of-fact. Prefer action to explanation.",
messages,
tools: mergedTools,
model,
Expand Down