Issue with AI Transition
# 🤝help
b
Hello there so I have made a quote calculator for my transport business that has all worked brilliantly, however I have encountered an issue regarding the AI transition so I have at the end where the user can ask a question: A user question Raw Input Then goes into an AI Transition which has 4 Categories: 1. Moving, Delivery, Removal Advice and Tips 2. Moving, Delivery, Removal Booking or Pricing 3. Other General Moving, Delivery, Removal Questions 4. No thanks or Declines to ask a question Then each one goes into a separate node that manages their question using another AI Generate Text that part is working fine But it is the AI Transition that gives me this error error dm Cognitive - AI Classification failed: No function call returned from cognitive services Cognitive - AI Classification failed: No function call returned from cognitive services [Error, No function call returned from cognitive services] { input: undefined, response: { success: true, cached: false, spend: 91500, result: [ 'Other General Moving, Delivery, Removal Questions' ], function_call: undefined, choices: [ { index: 0, message: { role: 'assistant', content: 'Other General Moving, Delivery, Removal Questions' }, logprobs: null, finish_reason: 'stop' } ], tokens: 167, model: 'gpt-3.5-turbo-0125' } } {"scope":"dm"} FYI: I do have enough AI Credit https://cdn.discordapp.com/attachments/1240400816146223166/1240400817203183646/image.png?ex=66466cc8&is=66451b48&hm=33bc91f428869ec8de3b66748226cae3a4815961f72272c9fc9efdef384dbabc& https://cdn.discordapp.com/attachments/1240400816146223166/1240400817790521455/image.png?ex=66466cc8&is=66451b48&hm=14b5755c977f6530408d1c06eeafb0b2c87f80558858593ab2910a2abea51b19&
^just seen others with this issue on this fourm I willl leave this up incase it will help the devs diagnose
Still same issue
can we get an update on a fix?
2 Views