Reference
<AssistantRuntimeProvider />
The TextContentPartProvider
provides data and APIs for TextContentPart
components.
This is useful if you want to reuse the same Text
component outside of a message text, e.g. with the @assistant-ui/react-markdown
package.
Properties
AssistantRuntimeProvider
runtime:
AssistantRuntime
The runtime to provide to the rest of your app.
children?:
React.ReactNode