patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby
https://rubydoc.info/gems/langchainrb
MIT License
1.18k stars 156 forks source link

fix tool use inputs when streaming aws bedrock #654

Closed agomezcampero closed 3 weeks ago

agomezcampero commented 3 weeks ago

When using streaming with AWS Bedrock we build the response from the chunks. I had only considered text deltas when building this. In this PR I also include input JSON deltas.

image