Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 ✨ [Scheduled] Update API Spec #83

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

fern-api[bot]
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
Copy link

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.

1 participant