---
group:
  title: 输出
  order: 3
title: StatusCard
description: 表达LLM或Agent的执行任务状态
---

<DemoTitle title="StatusCard" desc="表达LLM或Agent的执行任务状态"></DemoTitle>

<code src="./demo/index.tsx" height="auto">示例</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>
