AI3DCharacterDocs is a React component that dynamically renders interactive documentation for functions exposed by the provided SandaiClient instance.
This component fetches function documentation from the client and displays each function along with a testing interface.
Component props containing the SandaiClient instance.
A styled documentation interface displaying functions and their descriptions.
AI3DCharacterDocs is a React component that dynamically renders interactive documentation for functions exposed by the provided SandaiClient instance.
This component fetches function documentation from the client and displays each function along with a testing interface.