Skip to main content

openai.openai.createassistant

Home > @runlightyear/openai > OpenAI > createAssistant

OpenAI.createAssistant() method

This API is in beta and may contain contain bugs. Can be used in production with caution.

Create an assistant.

Signature:
createAssistant(props: CreateAssistantProps): Promise<CreateAssistantResponse>;

Parameters

ParameterTypeDescription
propsCreateAssistantProps
Returns:

Promise<CreateAssistantResponse>