OpenAiChatCompletions
API Endpoint call for Open AI backend server, POST Chat Completions URI
| Parameter | Required | Data type | Details |
|---|---|---|---|
| apiKeySecret | Yes | string | The name of a Kubernetes Secret which holds the Azure OpenAI API Key. The Secret must contain data literal "azureOpenAiApiKey" whose value is the API Key to use for authentication. |
| inputMessage | No | string or null | The name of a message that will be used to form the request. Defaults to "request" |
| orgId | No | string or null | Optionally provide a value for request header "OpenAI-Organization" |
| outputMessage | No | string or null | The name of a message that will be used to store the response data from the request. Defaults to "response" |
| projectId | No | string or null | Optionally provide a value for request header "OpenAI-Project" |
| tlsClientProfile | Yes | string | The name of the TlsClientProfile resource to use when connecting to AI endpoint |