Winston Chang
Winston Chang
Great, I'm glad there's a fix in for this! Feedback for these questions: - tool input parameters (too many? causing the model to make mistakes?) I think the number of...
Thanks for the response. I looked in all my repositories with the GitHub API (I have 8 pages of them) and you were right: I did not find rstudio/py-shinylive in...
@KharitonOff I had some communication with GitHub support, and after much debugging, this is what they told me: > You indeed have admin access to the `rstudio/py-shinylive` repository through being...
Hm, have you set `OPENAI_API_KEY`? And does the console print out any error messages? Another possibility is a messed up python configuration, where running `shiny` at the command line invokes...
I think the `companionBubble.js.map` thing is from a browser extension. And apologies if you did this, but I just want to make sure: Did you add those lines of code...
I think this might be the result of a bug in the Anthropic API, or at least their TypeScript SDK. I seemed to get this error randomly, so I saved...
I think I figured out the problem: it's that their API requires that the base64 string is _strict_ base64, where the string must be padded out to a multiple of...
You're correct that you can only get the class name from the instance; there isn't a way to get the generator from an instance.
R6 is MIT licensed. This is set in a line in the DESCRIPTION file: https://github.com/r-lib/R6/blob/507867875fdeaffbe7f7038291256b798f6bb042/DESCRIPTION#L14 The reason it's done this way instead of with a LICENSE file is because CRAN...
Sounds reasonable to me (but I am also not an S4 expert). @hadley What do you think?