Skip to content

Conversation

fern-api[bot]
Copy link
Contributor

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

Summary

The changes in this diff primarily involve updates to the API's paths and components. The /analytics endpoint's HTTP method has been changed from POST to GET, and its operation ID and summary have been updated accordingly. Additionally, two new objects, InflectionAIModel and XaiModel, have been introduced, offering new properties and features for AI models. Minor modifications have also been made to descriptions and other fields throughout the spec.

Added

  • New GET endpoint for /analytics with operation ID "AnalyticsController_getQuery" and summary "Get Analytics".
  • New object InflectionAIModel with properties for AI model configuration, including messages, tools, knowledge base, and more.
  • New object XaiModel with similar properties to InflectionAIModel, but with a different provider and model name.

Removed

  • The POST method for the /analytics endpoint, along with its associated operation ID, summary, and response code descriptions.

Changed

  • Modified descriptions for various fields, including targetSplitsPerChunk, splitDelimiters, rebalanceChunks, and knowledge base provider descriptions.

Fixed

  • No notable bug fixes or corrections identified in this diff.

This commit updates the Analytics and Logs endpoints in the OpenAPI specification for the Fern API. Specifically, it changes the Analytics endpoint from a POST to a GET request, renames the operationId and summary, and removes the "201" response code. For the Logs endpoint, the summary is updated to use a verb, as per the specification standards.
Copy link
Contributor

github-actions bot commented Dec 1, 2024

Copy link
Contributor

github-actions bot commented Dec 2, 2024

@nikhilro nikhilro merged commit a894c8c into main Dec 5, 2024
1 of 4 checks passed
@nikhilro nikhilro deleted the fern/update-api-specs branch December 5, 2024 06:52
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