Skip to content

Latest commit

 

History

History
118 lines (64 loc) · 2.43 KB

Assistant.md

File metadata and controls

118 lines (64 loc) · 2.43 KB

LLobotoMy for Azure / Assistant

Class: Assistant

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Assistant(params)

Parameters

Name Type
params AssistantCreateParams

Defined in

src/assistant/assistant.ts:33

Properties

client

Readonly client: OpenAIClient

Defined in

src/assistant/assistant.ts:25


deployment

Private Readonly deployment: string

Defined in

src/assistant/assistant.ts:29


instructions

Private Readonly instructions: undefined | string

Defined in

src/assistant/assistant.ts:27


temperature

Private Readonly temperature: undefined | number

Defined in

src/assistant/assistant.ts:30


tools

Private Readonly tools: ChatCompletionsToolDefinition[]

Defined in

src/assistant/assistant.ts:28


topP

Private Readonly topP: undefined | number

Defined in

src/assistant/assistant.ts:31

Methods

streamChatCompletions

streamChatCompletions(messages): Promise<Readable>

Parameters

Name Type
messages ChatRequestMessage[]

Returns

Promise<Readable>

Defined in

src/assistant/assistant.ts:43