Configure Properties
This guide will help you to configure properties in the TEN-Agent Playground.
Configure Properties
Open the playground at localhost:3000 to configure your agent.
Select a graph type (e.g. Voice Agent, Realtime Agent).
Click on the Button to the right of the graph selection to open the property configuration.
From the dropdown list, you can find all extension nodes used in the graph.
Choose an extension node to configure its properties. e.g. stt / llm / tts / v2v / tool.
You will see a list of properties that can be configured for the selected extension node.
You can change the value of the property by clicking on the input field or switch (if it's a boolean)
Click on
Save Change
to apply the property to the extension node.If you see the success toast, the property is successfully applied to the extension node.
Add more properties
Some properties are defined in the extension node, while does not currently has a value. These properties will not be shown in the property configuration. You can add more properties by following the steps below:
In the propety list drawer, click on the
Add Property
button.A new drawer will be opened with a dropdown list of available properties.
Select a property from the dropdown list.
Click on
Add
to add the property to the extension node.Configure the value of the property.
Click on
Save Change
to apply the property to the extension node.If you see the success toast, the property is successfully applied to the extension node.
Last updated