mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Remove unused code
This commit is contained in:
parent
bdc102c7ee
commit
4090116081
2 changed files with 0 additions and 17 deletions
|
|
@ -1,14 +0,0 @@
|
|||
import { TextDirective, Directive, LogDirective, ToolDirective, ToolParamName } from "./directives"
|
||||
|
||||
export interface ParsingState {
|
||||
contentBlocks: Directive[]
|
||||
currentTextContent?: TextDirective
|
||||
currentTextContentStartIndex: number
|
||||
currentToolUse?: ToolDirective
|
||||
currentToolUseStartIndex: number
|
||||
currentLogMessage?: LogDirective
|
||||
currentLogMessageStartIndex: number
|
||||
currentParamName?: ToolParamName
|
||||
currentParamValueStartIndex: number
|
||||
accumulator: string
|
||||
}
|
||||
|
|
@ -1,9 +1,6 @@
|
|||
import { DirectiveStreamingParser } from "./DirectiveStreamingParser"
|
||||
import type { Directive } from "./directives"
|
||||
|
||||
// Re-export types for backward compatibility
|
||||
export type { TextDirective, ToolDirective, Directive } from "./directives"
|
||||
|
||||
// Backward compatibility alias
|
||||
export type AssistantMessageContent = Directive
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue