agent-playground / Exports / IPlaygroundTool
Interface: IPlaygroundTool
Table of contents
Properties
Methods
Properties
name
• Readonly name: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:13
description
• Readonly description: string
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:14
schema
• Optional Readonly schema: IToolSchema
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:15
Methods
execute
▸ execute(params): Promise<TUniversalValue>
Parameters
| Name | Type |
|---|---|
params | TUniversalValue |
Returns
Promise<TUniversalValue>
Defined in
agent-playground/src/lib/playground/robota-executor-types.ts:16