We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd91dd0 commit 035527cCopy full SHA for 035527c
1 file changed
README.md
@@ -61,7 +61,9 @@ const adapter = createOpenAIResponsesAdapter({
61
// Adapter shape:
62
// { model, generate, countTokens?, contextWindowTokens? }
63
64
-const agentMessages = createAgentMessages();
+const agentMessages = createAgentMessages(
65
+ "System: This demo is for creating beautiful interfaces. Focus on elegant layout, typography, and clear visual hierarchy."
66
+);
67
const tools = [
68
jsInterpreterTool(),
69
];
0 commit comments