---
group:
  title: Output
  order: 3
title: StatusCard
description: Express the execution status of LLM or Agent
---

<DemoTitle title="StatusCard" desc="Express the execution status of LLM or Agent"></DemoTitle>

<code src="./demo/index.tsx" height="auto">Example</code>


<Install>import { StatusCard } from '@agentscope-ai/chat'</Install>



#### API

##### IStatusCardProps

<ApiParser source="./index.tsx" id="IStatusCardProps"></ApiParser>

##### IStatusCardHITLProps

<ApiParser source="./index.tsx" id="IStatusCardHITLProps"></ApiParser>

##### IStatusCardStatisticProps

<ApiParser source="./index.tsx" id="IStatusCardStatisticProps"></ApiParser>
