Skip to content

Releases: datastax/langflow-client-ts

v0.2.1

05 Mar 06:05
Compare
Choose a tag to compare
  • Responses from agent components have a different structure to model components. Now we handle both in flowResponse.chatOutputText()

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Feb 23:18
Compare
Choose a tag to compare

Added

  • Support for streaming responses with flow.stream()
  • Support for AbortController and request timeouts
  • Repository, homepage, and bugs links to package.json

Changed

  • Simplified error classes
  • Updated documentation with streaming and request aborting sections