Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Dec 6, 2024

Summary

The CanonicalKnowledgeBase object and references to it were removed from the API. Several new authentication-related objects and a WebhookCredential object were added.

Removed

  • The CanonicalKnowledgeBase object was removed from the API. This included the removal of its properties: provider, topK, fileIds, id, and orgId.
  • The CreateCanonicalKnowledgeBaseDTO object was also removed, along with its properties: provider, topK, fileIds, and the required array.

Added

  • New authentication-related objects: OAuth2AuthenticationPlan, OAuth2Authentication, and AuthenticationPlan.
  • A new WebhookCredential object was added, along with its properties: provider, authenticationPlan, id, orgId, createdAt, updatedAt, and name.
  • New DTO objects for creating credentials: CreateWebhookCredentialDTO and CreateOAuth2CredentialDTO.

Changed

  • The CustomKnowledgeBase object now has an additional property called authenticationPlan.
  • The CustomLLMCredential, XAiCredential, and CustomLUMCredential objects have been modified to include an authenticationPlan property.
  • The CreateCustomLLMCredentialDTO, CreateXAiCredentialDTO, and CreateCustomLUMCredentialDTO objects now include an authenticationPlan property as well.

@nikhilro nikhilro merged commit eb10efd into main Dec 6, 2024
1 of 4 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Dec 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants