Pipeline:

Standard-Pipeline
Bearbeiten

Quelle
Dateitypen
Erstellt
Aktualisiert

Pipeline-Schritte

$step['step_type'], 'description' => '', 'phase' => '-']; $config = $step['config'] ?? []; $modelDisplay = '-'; if (!empty($config['model'])) { $model = $config['model']; // Provider aus Modellname ableiten wenn nicht explizit gesetzt $isAnthropic = str_contains($model, 'claude') || ($config['provider'] ?? '') === 'anthropic'; $provider = $isAnthropic ? 'anthropic' : 'ollama'; $badgeClass = $isAnthropic ? 'primary' : 'secondary'; $modelDisplay = '' . htmlspecialchars($provider) . ' ' . htmlspecialchars($model); } // Config ohne model/provider für kompaktere Anzeige $displayConfig = array_filter($config, fn($k) => !in_array($k, ['provider', 'model']), ARRAY_FILTER_USE_KEY); ?>
# Schritt Phase Modell Konfiguration

-

Ausführungen

ID Status Gestartet Beendet Dokumente Chunks
# / 0): ?> ( Fehler)

Noch keine Ausführungen vorhanden.