| ID | = $task['id'] ?> |
|---|---|
| Status | = $task['status'] ?> |
| Typ | = $task['type'] ?> |
| Erstellt von | = htmlspecialchars($task['created_by']) ?> (= $task['created_by_type'] ?>) |
| Erstellt | = $task['created_at'] ?> |
| Abgeschlossen | = $task['completed_at'] ?> |
= nl2br(htmlspecialchars($task['description'])) ?>
| Bearbeiter | Typ | Model | Status | Zugewiesen |
|---|---|---|---|---|
| = htmlspecialchars($a['assignee']) ?> | = $a['assignee_type'] ?> | = $a['model_name'] ?: '-' ?> | = $a['status'] ?> | = substr($a['assigned_at'], 0, 16) ?> |
| Tokens | = $r['tokens_total'] ?: '-' ?> (In: = $r['tokens_input'] ?: '-' ?>, Out: = $r['tokens_output'] ?: '-' ?>) |
|---|---|
| Dauer | = $r['duration_ms'] ? $r['duration_ms'] . 'ms' : '-' ?> |
| Zeit | = substr($r['created_at'], 0, 19) ?> |
= htmlspecialchars($r['response']) ?>
| Autor | Typ | Inhalt | Zeit |
|---|---|---|---|
| = htmlspecialchars($c['author']) ?> | = $c['comment_type'] ?> | = htmlspecialchars($c['content']) ?> | = substr($c['created_at'], 0, 16) ?> |