{{/* Copyright 2025 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Detailed info on a single AI job execution. */}}
{{template "head" .Header}}{{$res.Value}}{{.CrashReport}}| Seq | Timestamp | Type | Name | Duration |
|---|---|---|---|---|
| {{$span.Seq}}/{{$span.Nesting}} | {{formatTime $span.Started}} | {{$span.Type}} | {{$span.Name}} |
{{formatDuration $span.Duration}}{{if $span.Model}} Model:{{$span.Model}}{{end}} {{if $span.Error}} Error: {{$span.Error}}{{end}} {{if $span.Args}} Args: {{$span.Args}}{{end}} {{if $span.Results}} Results: {{$span.Results}}{{end}} {{if $span.Instruction}} Instruction: {{$span.Instruction}}{{end}} {{if $span.Prompt}} Prompt: {{$span.Prompt}}{{end}} {{if $span.Reply}} Reply: {{$span.Reply}}{{end}} {{if $span.Thoughts}} Thoughts: {{$span.Thoughts}}{{end}} |