fix: session title generation (#293)

This commit is contained in:
Márk Magyar
2025-06-21 21:32:11 +02:00
committed by GitHub
parent 8efbe497fd
commit 137e964131
2 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import type { CoreMessage, LanguageModelV1Prompt } from "ai"
import type { LanguageModelV1Prompt } from "ai"
import { unique } from "remeda"
export namespace ProviderTransform {