csells / flutter_ai_toolkit

A set of AI chat-related widgets for Flutter
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
33 stars 6 forks source link

feature: enable welcome message #40

Closed csells closed 1 month ago

csells commented 2 months ago

it would be nice to configure an initial “message” from the Llm ex: “Welcome to AI Chat, I can help you with…” even if it’s just static text that appears to prompt the user.

csells commented 1 month ago

fixed with https://github.com/csells/flutter_ai_toolkit/pull/53