Skip to content

Commit 035527c

Browse files
committed
Document app-wide system prompt
1 parent bd91dd0 commit 035527c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ const adapter = createOpenAIResponsesAdapter({
6161
// Adapter shape:
6262
// { model, generate, countTokens?, contextWindowTokens? }
6363

64-
const agentMessages = createAgentMessages();
64+
const agentMessages = createAgentMessages(
65+
"System: This demo is for creating beautiful interfaces. Focus on elegant layout, typography, and clear visual hierarchy."
66+
);
6567
const tools = [
6668
jsInterpreterTool(),
6769
];

0 commit comments

Comments
 (0)