Skip to content

agent-playground / Exports / IPlaygroundConfig

Interface: IPlaygroundConfig

Table of contents

Properties

Properties

enabled

enabled: boolean

Defined in

agent-playground/src/lib/playground/config-validation.ts:11


serverUrl

serverUrl: string

Defined in

agent-playground/src/lib/playground/config-validation.ts:12


apiUrl

apiUrl: string

Defined in

agent-playground/src/lib/playground/config-validation.ts:13


features

features: Object

Type declaration

NameType
remoteExecutionboolean
streamingboolean
toolsboolean

Defined in

agent-playground/src/lib/playground/config-validation.ts:14

Released under the MIT License.