Skip to content

Commit bb73d11

Browse files
Update the omnibot to have a star trek computer style. (#1984)
* Update the omnibot to have a star trek computer style. Also encourage it to search within the space via tools before going to searchWeb and external resources. * "Prefer action to explanation" I think this will be better than a negative instruction. * Format pass --------- Co-authored-by: Ben Follington <5009316+bfollington@users.noreply.github.com>
1 parent 0417d6e commit bb73d11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/patterns/chatbot.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ export default recipe<ChatInput, ChatOutput>(
330330

331331
const { addMessage, cancelGeneration, pending, flattenedTools } = llmDialog(
332332
{
333-
system: "You are a helpful assistant with some tools.",
333+
system:
334+
"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.",
334335
messages,
335336
tools: mergedTools,
336337
model,

0 commit comments

Comments
 (0)