New Chat
How can I help you today?
Reset
{visibleMessages.length === 0 ? (
Ready when you are
Press send to run the first example.
) : (
{visibleMessages.map((message, index) => (
))}
{showAssistantLoading ? (
) : null}
)}
{uploadedFile ? (
{uploadedFile.name}
{formatFileSize(uploadedFile.size)}
) : null}
{error ? (
{error}
) : null}
{nextMessage
? "Press send to run the next example."
: "Reset to replay the examples."}