Superinterface
Product
Pricing
Examples
Docs
Blog
GitHub
Discord
Book a demo
Sign in
Menu
Getting started
AI Provider Setup
FAQ
Assistants
Create assistant
Functions
Interfaces
Create interface
Interaction Modes
AI Builder
Publish interface
Components
Annotations
Concepts
Why Superinterface
How it works
Tasks
Overview
API reference
React
Installation
Components
SuperinterfaceProvider
Thread
MarkdownProvider
Suggestions
AssistantProvider
ComponentsProvider
Avatar
SourceAnnotation
Hooks
Contexts
Utils
Server
JavaScript
REST
RunStep
Render details about a single run step.
app.tsx
import
{
RunStep
}
from
'
@superinterface/react
'
export
const
Step
=
(
{
step
}
)
=
>
<
RunStep
runStep
=
{
step
}
/>
Props
Prop
Type
Required
Description
runStep
SerializedRunStep
Yes
Step to display
className
string
No
Custom class names
style
object
No
Inline styles
Subcomponents
RunStep.ToolCalls
Render tool call details for this step
Status
Changelog
Terms of service
Privacy policy