From 7902a6b32a413ad0980f26b1ec5adcd38bff7ed5 Mon Sep 17 00:00:00 2001 From: Udhay-Adithya Date: Thu, 25 Sep 2025 17:12:02 +0530 Subject: [PATCH] fix: update openapi example url in chat message --- lib/dashbot/features/chat/viewmodel/chat_viewmodel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashbot/features/chat/viewmodel/chat_viewmodel.dart b/lib/dashbot/features/chat/viewmodel/chat_viewmodel.dart index 1d28325c..5f064d7b 100644 --- a/lib/dashbot/features/chat/viewmodel/chat_viewmodel.dart +++ b/lib/dashbot/features/chat/viewmodel/chat_viewmodel.dart @@ -181,7 +181,7 @@ class ChatViewmodel extends StateNotifier { ChatMessage( id: getNewUuid(), content: - '{"explnation":"Upload your OpenAPI (JSON or YAML) specification, paste the full spec text, or paste a URL to a spec (e.g., https://api.example.com/openapi.json).","actions":[${jsonEncode(uploadAction.toJson())}]}', + '{"explnation":"Upload your OpenAPI (JSON or YAML) specification, paste the full spec text, or paste a URL to a spec (e.g., https://api.apidash.dev/openapi.json).","actions":[${jsonEncode(uploadAction.toJson())}]}', role: MessageRole.system, timestamp: DateTime.now(), messageType: ChatMessageType.importOpenApi,