You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance image agent with additional runtime context properties
- Added 'aspectratio' and 'numberOfImages' to ImageRuntimeContext type.
- Updated instructions in imageAgent to utilize aspect ratio and resolution from runtime context.
- Configured image provider options to include aspect ratio and image size settings.
content: `You are an expert in generating images based on user requirements.
30
41
tier: ${userTier}
31
42
language: ${language}
43
+
aspect ratio: ${aspectratioX}
44
+
resolution: ${resolutionY}
32
45
Your task is to create visually appealing and informative images that accurately represent the data provided by the user. Consider the user's preferences, such as color scheme and chart style, to ensure the image is both aesthetically pleasing and informative.`,
0 commit comments