mistralai / client-ts

TS Client library for Mistral AI platform
Apache License 2.0
30 stars 10 forks source link

Fix streaming response with empty content #16

Closed GaspardBT closed 3 months ago

GaspardBT commented 3 months ago

This PR updates the client to accepts "content": null when returning tool call in streaming Files of interest:

And an extra example for function calling with streaming here

fixes https://github.com/mistralai/client-ts/issues/13