import type { NestedArtifact } from './NestedArtifact'; import type { ToolResponse } from './ToolResponse'; export type ChatSessionResponse = { session_id: string; tools: Array; enable_artifacts?: boolean; artifacts: Array; };