Skip to content

🌿 Fern Regeneration -- December 7, 2025 - #3321

Open
fern-api[bot] wants to merge 2 commits into
mainfrom
fern-bot/2025-12-07T03-17Z
Open

🌿 Fern Regeneration -- December 7, 2025#3321
fern-api[bot] wants to merge 2 commits into
mainfrom
fern-bot/2025-12-07T03-17Z

Conversation

@fern-api

@fern-api fern-api Bot commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

This PR regenerates code to match the latest API Definition.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

from vellum.client.types.audio_vellum_value import AudioVellumValue
from vellum.client.types.function_call import FunctionCall
from vellum.client.types.function_call_vellum_value import FunctionCallVellumValue
from vellum.client.types.image_vellum_value import ImageVellumValue
from vellum.client.types.number_input import NumberInput

P1 Badge Update prompt compilation imports to new vellum.types modules

This module still imports vellum.client.types.* even though this commit removes the entire src/vellum/client/types package; attempting to import vellum.prompts.blocks.compilation now raises ModuleNotFoundError before any code executes. Please point these imports at the new vellum.types equivalents so prompt compilation can load.


from vellum import ArrayVellumValue, ChatMessageRole, EphemeralPromptCacheConfig, VellumValue
from vellum.client.core import UniversalBaseModel

P1 Badge Fix UniversalBaseModel import after client.core removal

The code still imports UniversalBaseModel from vellum.client.core, but src/vellum/client/core was deleted in this commit, so importing vellum.prompts.blocks.types now fails with ModuleNotFoundError. Switching this to the new vellum.core module is needed for prompt block typing to load at all.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

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