refactor: remove deprecated DeepAgentThinking component and redefine ThinkingStep interface for improved clarity

This commit is contained in:
Anish Sarkar 2026-03-24 02:56:42 +05:30
parent e587b588c9
commit eed792c19a
3 changed files with 9 additions and 410 deletions

View file

@ -16,13 +16,6 @@ export {
type SerializableArticle,
} from "./article";
export { Audio } from "./audio";
export {
type DeepAgentThinkingArgs,
type DeepAgentThinkingResult,
DeepAgentThinkingToolUI,
InlineThinkingDisplay,
type ThinkingStep,
} from "./deepagent-thinking";
export {
type DisplayImageArgs,
DisplayImageArgsSchema,