callumchoi

Results 2 issues of callumchoi

Helps users know what the functions do without looking at the implementation -- look at GO SDK for examples of comments that could be adapted into docstrings

Currently, if a user inputs the wrong type into a function call, we respond with a generic "wrong type, check https://docs.cohere.ai/{endpoint}-reference" which is provided by the backend. Giving more verbose...

help wanted