Skip to content

Verbindungstest mit aktueller claude-sonnet-4-6 #3

Description

@brandes-webdesign

Feature description / Feature Beschreibung
Ich bin aktuell am testen des Plugins und der Verbindungstest ist bei mir immer schief gelaufen.

Ich habe dann das aktuelle claude-sonnet-4-6 versucht und dafür in dieser Datei folgenden Code ergänzt.

ai_platform/vendor/symfony/ai-anthropic-platform/ModelCatalog.php

        'claude-sonnet-4-6' => [
            'class' => Claude::class,
            'capabilities' => [
                Capability::INPUT_MESSAGES,
                Capability::INPUT_IMAGE,
                Capability::OUTPUT_TEXT,
                Capability::OUTPUT_STREAMING,
                Capability::OUTPUT_STRUCTURED,
                Capability::THINKING,
                Capability::TOOL_CALLING,
            ],

Vermutlich ist das nicht der richtige Weg so, aber ich wollte das als Problem einmal kurz mitteilen.
Anscheinend muss man wohl die Liste mit den möglichen Claude Versionen aktuell halten.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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