Skip to content

Commit ad1605f

Browse files
Fix numbering
1 parent 1cc6f9b commit ad1605f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/changelog/2025-01-09.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Enhanced Credential Support**: You can now integrate a wide range of services by specifying new credential types in `Assistant.credentials`. Additionally, credentials can be overridden with `AssistantOverride.credentials` for finer control over which credentials each assistant uses, improving security and customization.
1+
1. **Enhanced Credential Support**: You can now integrate a wide range of services by specifying new credential types in `Assistant.credentials`. Additionally, credentials can be overridden with `AssistantOverride.credentials` for finer control over which credentials each assistant uses, improving security and customization.
22
Supported CredentialSchemas Include:
33
- S3CredentialUserEditable
44
- GcpCredentialUserEditable
@@ -36,8 +36,8 @@ Supported CredentialSchemas Include:
3636
- InflectionAICredentialUserEditable
3737
- PerplexityAICredentialUserEditable
3838

39-
**Azure Credentials and Blob Storage Support**: You can now configure Azure credentials with support for `AzureCredential.service[service=blob_storage]` service and use `AzureBlobStorageBucketPlan` with`AzureCredential.bucketPlan`, enabling you to store call artifacts directly in Azure Blob Storage.
39+
2. **Azure Credentials and Blob Storage Support**: You can now configure Azure credentials with support for `AzureCredential.service[service=blob_storage]` service and use `AzureBlobStorageBucketPlan` with`AzureCredential.bucketPlan`, enabling you to store call artifacts directly in Azure Blob Storage.
4040

41-
**Include 'ocpApimSubscriptionKey' for Azure OpenAI**: When configuring Azure OpenAI credentials, you can now include the `AzureOpenAICredential.ocpApimSubscriptionKey` to authenticate with Azure's OpenAI services.
41+
3. **Include 'ocpApimSubscriptionKey' for Azure OpenAI**: When configuring Azure OpenAI credentials, you can now include the `AzureOpenAICredential.ocpApimSubscriptionKey` to authenticate with Azure's OpenAI services.
4242

43-
**New CloudflareR2BucketPlan** You can now use `CloudflareR2BucketPlan` to configure storage with Cloudflare R2 buckets, enabling you to store call artifacts directly.
43+
4. **New CloudflareR2BucketPlan** You can now use `CloudflareR2BucketPlan` to configure storage with Cloudflare R2 buckets, enabling you to store call artifacts directly.

0 commit comments

Comments
 (0)