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
"It looks like we're experiencing a high demand right now, which might be affecting our connection to the AI model. Please give it a little time and try again later. We appreciate your patience and understanding as we work to resolve this. Thank you! 🙏";
The user is creating a new service and you need to generate everything needed for the service, including entities, fields, relations, apis, and install plugins.
31
+
You can suggest names and different configuration as needed.
32
+
After you create entities, also create fields and relations for all entities. Aim to create as many fields and relations as needed.
33
+
Install any plugins that are needed for the service.
34
+
Your reply should start with "Welcome to Amplication!" and include a brief introduction to the service and the entities you created.`,
35
+
};
36
+
26
37
exporttypeMessageLoggerContext={
27
38
messageContext: {
28
39
workspaceId: string;
@@ -149,7 +160,8 @@ export class AssistantService {
149
160
asyncprocessMessageWithStream(
150
161
messageText: string,
151
162
threadId: string,
152
-
context: AssistantContext
163
+
context: AssistantContext,
164
+
messageType?: EnumAssistantMessageType
153
165
): Promise<AssistantThread>{
154
166
awaitthis.validateAndReportUsage(context);
155
167
@@ -165,7 +177,10 @@ export class AssistantService {
0 commit comments