Skip to content

feat: add Bedrock fallback models, HIPAA role, and knowledge base event - #49

Open
fern-api[bot] wants to merge 3 commits into
mainfrom
fern-bot/2026-09-10_21-49-32_753
Open

feat: add Bedrock fallback models, HIPAA role, and knowledge base event#49
fern-api[bot] wants to merge 3 commits into
mainfrom
fern-bot/2026-09-10_21-49-32_753

Conversation

@fern-api

@fern-api fern-api Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

2.0.1 → 2.1.0

Added

  • AnthropicBedrockModelFallbackModelsItem — new enum listing all supported Claude models that can be used as a same-provider Bedrock fallback.
  • AnthropicBedrockModel.fallbackModels — new optional field accepting up to one AnthropicBedrockModelFallbackModelsItem fallback model, tried automatically if the primary model fails.
  • HipaaSpecial — new "hipaa-special" value added to InviteUserDtoRoleZero and UpdateUserRoleDtoRoleZero role enums.
  • JsonQueryOnEventsTableOn.AssistantKnowledgeBaseRequestSucceeded — new "assistant.knowledgeBase.requestSucceeded" event type available for event-table queries.

Changed

  • StructuredOutput, CreateStructuredOutputDto, and UpdateStructuredOutputDtoregexPattern field documentation expanded to describe how simulation evaluations build their canonical transcript, including tool call/result handling and fallback behavior.
  • EvalRunresults, cost, and costs field descriptions updated to clarify they apply to individual Eval runs rather than suites.

See full changelog

@fern-api
fern-api Bot force-pushed the fern-bot/2026-09-10_21-49-32_753 branch 2 times, most recently from dba93cf to db50444 Compare September 10, 2026 23:04
@fern-api fern-api Bot changed the title SDK regeneration (no semver change: no semantic changes) chore: expand JSDoc for regex pattern field on structured output types Sep 10, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-09-10_21-49-32_753 branch 2 times, most recently from e82cb5c to f21c240 Compare September 10, 2026 23:47
@fern-api fern-api Bot changed the title chore: expand JSDoc for regex pattern field on structured output types chore: expand JSDoc for regex pattern fields and clarify EvalRun field descriptions Sep 10, 2026
@fern-api fern-api Bot changed the title chore: expand JSDoc for regex pattern fields and clarify EvalRun field descriptions feat: add Bedrock fallback models, HIPAA role, and knowledge base event Sep 11, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-09-10_21-49-32_753 branch 3 times, most recently from fca1bd2 to 7a6715b Compare September 11, 2026 18:16
fern-api Bot added 3 commits September 11, 2026 19:53
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-typescript-sdk: 3.63.0
… knowledge base event

Expand the SDK with several new capabilities: Anthropic Bedrock models
now support an optional `fallbackModels` field for same-provider failover,
user role enums gain a `hipaa-special` value, and the events table gains
an `assistant.knowledgeBase.requestSucceeded` event type. Documentation
for `StructuredOutput` regex fields is also enriched with simulation
evaluation transcript semantics.

Key changes:
- Add `AnthropicBedrockModelFallbackModelsItem` enum and export it from the types index
- Add optional `fallbackModels` field to `AnthropicBedrockModel`
- Add `HipaaSpecial` value to `InviteUserDtoRoleZero` and `UpdateUserRoleDtoRoleZero`
- Add `AssistantKnowledgeBaseRequestSucceeded` to `JsonQueryOnEventsTableOn`
- Enrich JSDoc on `StructuredOutput`, `CreateStructuredOutputDto`, and `UpdateStructuredOutputDto` with simulation transcript semantics
- Update `EvalRun` field descriptions to clarify individual-eval semantics

🌿 Generated with Fern
@fern-api
fern-api Bot force-pushed the fern-bot/2026-09-10_21-49-32_753 branch from 7a6715b to ee21e10 Compare September 11, 2026 19:53
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.

0 participants