Skip to content

Releases: datastax/langflow-client-ts

0.3.0

30 May 02:24
Compare
Choose a tag to compare

Added

  • Fetching and streaming of logs

Changed

  • Base URL no longer includes the API version to allow for using v2 APIs

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