Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow generator to take any function #53

@hadley

Description

@hadley

Mostly because it's useful to do this:

openai_chat_stream <- function(...) {...}

.onLoad <- function(...) {
  openai_chat_stream <<- coro::generator(openai_chat_stream)
}

Commit that made this an error: c3791eb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions