2026-02-14 19:24:30 +09:00
|
|
|
export { OPENCODE_STORAGE, MESSAGE_STORAGE, PART_STORAGE } from "../../shared"
|
2025-12-08 11:48:08 +09:00
|
|
|
|
|
|
|
|
export const THINKING_TYPES = new Set(["thinking", "redacted_thinking", "reasoning"])
|
|
|
|
|
export const META_TYPES = new Set(["step-start", "step-finish"])
|
|
|
|
|
export const CONTENT_TYPES = new Set(["text", "tool", "tool_use", "tool_result"])
|