Saltar para o conteúdo principal
Versão: 21 R3

OpenAIChatAPI

The OpenAIChatAPI class provides an interface to interact with OpenAI's chat based functionality, leveraging completion and vision capabilities.

Propriedades​

PropriedadeTipoDescrição
completionsOpenAIChatCompletionsAPIAn instance that handles chat completions requests.
visionOpenAIVisionA helper instance that handles vision-related requests.

Function​

create()​

create(systemPrompt : Text) : OpenAIChatHelper

ParâmetroTipoDescrição
systemPromptTextThe system prompt to initialize the chat.
ResultadoOpenAIChatHelperA helper instance for managing chat interactions.

Exemplo de uso​

var $chatHelper:=$client.chat.create("You are a helpful assistant.")