React component for embedding Generative UI into your applications.
C1Component
is a React component that allows you to embed Generative UI into your applications.
It renders an individual response from the C1 by Thesys API and can be used in a variety of ways to embed
Generative UI into your applications.
c1Response
is currently being streamed.C1Component
to update the c1Response
state.humanFriendlyMessage
and the form data may be the llmFriendlyMessage
.
Thus, you would likely want to use the llmFriendlyMessage
in your API call to the backend so that the LLM can use the form data to generate a response.