feat:adapt new features in engine 2.12 - #75
Open
seymourtang wants to merge 3 commits into
Open
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.37.0
Patches applied (1): - patch-13d8e068: chore: ignore local venv and planning docs
seymourtang
force-pushed
the
feat/engine-2.12
branch
from
August 20, 2026 09:55
f4fc570 to
7fb5840
Compare
- Added `GeminiSTT` and `OpenAIGptLive` vendors with detailed configuration options. - Updated `AresSTT` to serialize keywords as top-level parameters. - Enhanced documentation for agent builder features, including inline LLM tool invocation. - Introduced support for generated filler words using an OpenAI-compatible LLM. - Updated session and agent configurations to support new features and parameters. - Added tests for GeminiSTT and generated filler words functionality.
seymourtang
force-pushed
the
feat/engine-2.12
branch
from
August 20, 2026 10:05
7fb5840 to
725226c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adapt Fern Config features introduced from v2.6.0 to the curren, including new global vendors, tools configuration, generated configuration types, documentation, and unit tests.
Changes
New Global Vendors
GeminiSTTOptionsGeminiSTTNewGeminiSTTOpenAIGPTLiveOptionsOpenAIGPTLiveNewOpenAIGPTLiveopenai_gpt_live.wss://api.openai.com/v1/live.mllm.greeting_message.Tools and MCP Servers
Tools []*Agora.LlmToolto LLM vendor options.llm.tools.agent.WithTools(true).advanced_features.enable_tools.LLM-Generated Filler Words
filler_words.content.generated_config.