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
| Name | Type |
|---|---|
request | Record<string, TUniversalValue> |
Returns
Promise<TUniversalValue>
Defined in
agent-playground/src/lib/playground/remote-injection.ts:18
executeChatStream
▸ executeChatStream(request): AsyncIterable<TUniversalValue, any, any>
Parameters
| Name | Type |
|---|---|
request | Record<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>