In some instances, you may want to simultaneously processes the LLM stream while also passing a version of it to Streamstraight. Because streams can only be consumed once, you’ll need to duplicate the stream and consume each separately. You can do so via theDocumentation Index
Fetch the complete documentation index at: https://docs.streamstraight.com/llms.txt
Use this file to discover all available pages before exploring further.
tee method on the ReadableStream object.
