Joaquin Gimenez
Joaquin Gimenez
Checking the code real quick, do you think these are the possible bugs? @ankitdalalx - https://github.com/cloudflare/ai/blob/main/packages/workers-ai-provider/src/workersai-chat-language-model.ts#L177 - https://github.com/cloudflare/ai/blob/main/packages/workers-ai-provider/src/workersai-chat-language-model.ts#L222 I think we need to start using this function, I'm not sure...
Thank you for the detailed response @ankitdalalx. If you check the Output or API Schemas from our [official docs](https://developers.cloudflare.com/workers-ai/models/llama-4-scout-17b-16e-instruct/#Output) you will see that we are not returning `finish_reason`. Because if...