From 952a6b60a5fd13b863b5d40e052a162e07cf5fe4 Mon Sep 17 00:00:00 2001 From: Omero Saienni Date: Tue, 10 Sep 2024 12:40:25 +1200 Subject: [PATCH] Add new configuration document for connection pagerduty --- docs/reference/config-files/connection/openai.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/reference/config-files/connection/openai.md b/docs/reference/config-files/connection/openai.md index dd8908b..2fce3a1 100644 --- a/docs/reference/config-files/connection/openai.md +++ b/docs/reference/config-files/connection/openai.md @@ -1,5 +1,5 @@ --- -title: openai +title: openai sidebar_label: openai --- @@ -15,17 +15,17 @@ connection "openai" "my_openai" { ## Arguments -| Name | Type | Required?| Description -|-----------------|---------|----------|------------------- -| `api_key` | String | Optional | API key +| Name | Type | Required? | Description | +| --------- | ------ | --------- | ----------- | +| `api_key` | String | Optional | API key | All arguments are optional, and an `openai` connection with no arguments will behave the same as the [default connection](#default-connection). ## Attributes (Read-Only) -| Attribute | Type | Description -|-----------------|---------|----------------- -| `env` | Map | A map of the resolved connection-related environment variables (`OPENAI_API_KEY`) +| Attribute | Type | Description | +| --------- | ---- | --------------------------------------------------------------------------------- | +| `env` | Map | A map of the resolved connection-related environment variables (`OPENAI_API_KEY`) | ## Default Connection