# June 20: Support for LLM streaming in Typescript SDK, bug fixes

### New Features

* :bulb: Graphlit now supports LLM streaming natively in our Typescript SDK.  Via `streamAgent` method in the SDK, you can prompt any LLM provider and receive a stream of token and tool calling events, which can be rendered into your application.  Also, we support `promptAgent` for a similar DX with non-streaming support.
* We have added support for 'pull quotes' as a summarization type. You can have the LLM extract relevant, publishable quotes from any text or transcript.

### Bugs Fixed

* GPLA-4327: formatConversation not adhering to 'None' search type
* GPLA-4340: Twitter messages should have default name
* GPLA-4334: Losing line breaks in markdown from ImageMezzanine


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/june-2025/june-20-support-for-llm-streaming-in-typescript-sdk-bug-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
