mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
promp
This commit is contained in:
@@ -64,11 +64,6 @@ function buildModelMessages({ systemPrompt, stateUpdate, conversationMessages, a
|
||||
role: 'user',
|
||||
content: `blocked_tools:\n${blockedTools.map((entry) => `- ${entry.tool} reason=${entry.reason}`).join('\n') || '- none'}`,
|
||||
});
|
||||
messages.push({
|
||||
role: 'user',
|
||||
content:
|
||||
'Use tool calls when needed. If no tool is needed, respond with one short in-character chat line.',
|
||||
});
|
||||
return messages;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user