-
### Bug Description
I'm trying to stream the response from Anthropic Claude Sonnet 3.5 using `BedrockConverse` and I get an error: `KeyError: 'toolUse'. It seems like something is not parsing correct…
-
**Vision:** Complete design of an event streaming based system to support scalable and reliable publication and replicaiton for the federation
**Acceptance criteria:**
- detailed design document tha…
-
**Is your feature request related to a problem? Please describe.**
I had been trying make the AWS Lambda [response streaming](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-stre…
-
### Type
Improvement idea
### What do you want to report?
Is seems the Organization > Audit Log export explanation is incomplete for Google Cloud Streaming. The access credentials needed are not cl…
-
```
require 'net/http'
# If you include this
# 1. you only get 1 chunk back instead of 5
# 2. the chunk you get is incorrectly compressed
require 'webmock'
WebMock.enable!
WebMock.allow_net…
-
**tl;dr**:
When writing logs with `MS Ext Logging` and streaming them back to application as demonstrated in this library documentation, deserializing LogEvent using `LogEventReader.ReadFromJObject` …
-
Please answer these questions before submitting your issue. Thanks!
### What version of Cassandra are you using?
4.1.5
### What version of Gocql are you using?
1.6.0
### What version of Go …
-
I can use `httpx` to stream responses from an LLM API as follows:
```.py
# ...
async with httpx.AsyncClient() as client:
start_time = time.time()
…
-
tested with the default address and port
http://127.0.0.1:11434/
llama3.1
llama3.1:latest
mimicking the oobabooga setup did not result in a connection either. https://docs.sillytavern.app…
-
## Description
SSE sends response only in Event struct which follows Message and Data format. Need a Event format that sends the response in the struct defined by user. Behaviour same as c.JSON…