Skip to content

agent-playground / Exports / IRemoteExecutor

Interface: IRemoteExecutor

Table of contents

Properties

Methods

Properties

name

Readonly name: string

Defined in

agent-playground/src/lib/playground/remote-injection.ts:16


version

Readonly version: string

Defined in

agent-playground/src/lib/playground/remote-injection.ts:17

Methods

executeChat

executeChat(request): Promise<TUniversalValue>

Parameters

NameType
requestRecord<string, TUniversalValue>

Returns

Promise<TUniversalValue>

Defined in

agent-playground/src/lib/playground/remote-injection.ts:18


executeChatStream

executeChatStream(request): AsyncIterable<TUniversalValue, any, any>

Parameters

NameType
requestRecord<string, TUniversalValue>

Returns

AsyncIterable<TUniversalValue, any, any>

Defined in

agent-playground/src/lib/playground/remote-injection.ts:19


supportsTools

supportsTools(): boolean

Returns

boolean

Defined in

agent-playground/src/lib/playground/remote-injection.ts:20


validateConfig

validateConfig(): boolean

Returns

boolean

Defined in

agent-playground/src/lib/playground/remote-injection.ts:21


dispose

dispose(): Promise<void>

Returns

Promise<void>

Defined in

agent-playground/src/lib/playground/remote-injection.ts:22

Released under the MIT License.