mistralai / client-js

JS Client library for Mistral AI platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.files` is missing from types

arcticfly opened this issue · comments

Hey Mistral team,

I'm excited to try out your fine-tuning API! Unfortunately it appears that the .files attribute (necessary for uploading a training file to the API before training) is missing from the TypeScript types. Some documentation is available on the npm README, but it's currently up to the developer to guess what the types are and define them ourselves.

Could you please ship the updated types? Thank you!