Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.73 KB

AssistantCreateParams.md

File metadata and controls

77 lines (42 loc) · 1.73 KB

LLobotoMy for Azure / AssistantCreateParams

Interface: AssistantCreateParams

Table of contents

Properties

Properties

client

client: OpenAIClient

Defined in

src/assistant/assistant.ts:11


deployment

deployment: string

Defined in

src/assistant/assistant.ts:19


instructions

Optional instructions: string

If provided and if there is no "system" message at the beginning of an array of messages, then the assistant will prepend a "system" message with these instructions.

Defined in

src/assistant/assistant.ts:17


temperature

Optional temperature: number

Defined in

src/assistant/assistant.ts:20


tools

tools: ChatCompletionsToolDefinition[]

Defined in

src/assistant/assistant.ts:18


topP

Optional topP: number

Defined in

src/assistant/assistant.ts:21