nxtgauge-backend-rust/apps
Ashwin Kumar Sivakumar 0ac0527232 fix: resolve match arm type mismatches and add Deserialize trait
- Fix match arm type errors in ai.rs: wrap bare String returns in (String, bool)
  tuples to match expected return type (response_text, _ollama_used)
- Add Deserialize trait to LiteLLMChatMessage for deserialization
- Add missing fields to GenerateFieldResponse constructors
- Remove body.user_id reference from form extraction (field doesn't exist)
- Add get_llm_base_url() and get_llm_model() helper functions

users package now compiles successfully (only warnings remain).
2026-07-06 02:27:09 +05:30
..
catering_services feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
companies chore: remove broken company_ai_credits stub 2026-07-06 02:08:07 +05:30
cron chore: remove legacy AI quota system 2026-07-06 02:14:23 +05:30
customers feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
developers feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
employees feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
fitness_trainers feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
gateway feat: Complete Ask Ash AI Credits implementation on high-performance branch (Tasks 1-10) 2026-07-06 01:49:16 +05:30
graphic_designers feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
job_seekers feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
jobs feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
leads feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
makeup_artists feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
payments fix: resolve cherry-pick breakage and add missing modules 2026-07-06 02:23:29 +05:30
photographers feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
social_media_managers feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
tutors feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30
ugc_content_creators feat: profile photo upload, PDF resume generation, AI auto-apply, schema fixes 2026-07-02 13:31:06 +02:00
users fix: resolve match arm type mismatches and add Deserialize trait 2026-07-06 02:27:09 +05:30
video_editors feat(ai): complete AI plans/credits implementation and build tooling 2026-06-15 06:15:49 +05:30