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: add support for post-processing LLM output before showing the output #44

Closed csells closed 1 month ago

csells commented 2 months ago

e.g. to provider for structured data processing, custom widget creation, etc.

Note: this has already been implemented in responseBuilder from the LlmChatView: https://github.com/csells/flutter_ai_toolkit/blob/main/lib/src/views/llm_chat_view.dart#L31 but has not been published as part of a release yet.

Note2: associated with this sample