Skip to content

Configuration need reasoning_model field #12

@swartz-k

Description

@swartz-k

Description of the bug:

Image

While state's reasoning_model is None, graph will get reasoning_model from configuration. But configuration didn't set it.

Actual vs expected behavior:

Image

After add configuration field, it looks good.

Any other information you'd like to share?

swartz-k@f54ff42

    reasoning_model: str = Field(
        default="gemini-2.5-flash-preview-04-17",
        metadata={
            "description": "The name of the language model to use for the agent's reasoning."
        },
    )

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions