Skip to content

agent-sdk / Exports / IPromptExecutorOptions

Interface: IPromptExecutorOptions

Constructor options for PromptExecutor.

Table of contents

Properties

Properties

providerFactory

providerFactory: TProviderFactory

Defined in

agent-sdk/src/hooks/prompt-executor.ts:31


defaultModel

Optional defaultModel: string

Defined in

agent-sdk/src/hooks/prompt-executor.ts:32

Released under the MIT License.