mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: update stale JSDoc reference to removed convertToAiSdkMessages
This commit is contained in:
parent
e3fd53f710
commit
26899bf601
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
* This is the critical backward-compatibility piece that allows old conversation
|
||||
* histories stored in Anthropic format to be read and converted to the new format.
|
||||
*
|
||||
* The conversion logic mirrors {@link ../../api/transform/ai-sdk.ts | convertToAiSdkMessages}
|
||||
* but targets `RooMessage` types instead of AI SDK `ModelMessage`.
|
||||
* Converts Anthropic content blocks (tool_use, tool_result, thinking, reasoning,
|
||||
* thoughtSignature, etc.) into their AI SDK RooMessage equivalents.
|
||||
*/
|
||||
|
||||
import type { TextPart, ImagePart, ToolCallPart, ToolResultPart, ReasoningPart } from "../rooMessage"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue