The Upstreet Agents SDK is now in public beta 🎉 Get started →
API ReferenceAgent<Uniform>

<Uniform>

Generate metadata for each action.

The Uniform component lets you generate additional metadata for each action. This is useful for getting continious information out of the agent, e.g. getting the current topic, rating, mood, or other information.

The concept is borrowed from Uniforms in a shader.

Importing the Uniform Component

To use the Uniform component, import it as follows:

import { Uniform } from 'react-agents';