{{define "result"}}

当前结果

{{if .Current}}任务 #{{.Current.Generation.ID}} · {{kindLabel .Current.Generation.Kind}}{{else}}填写要求后开始生成{{end}}

{{if .Current}}{{statusLabel .Current.Generation.Status}}{{end}}
{{if not .Current}}

开始第一次生成

选择文本或图片,填写要求后提交。任务状态和结果会显示在这里。

{{else if eq .Current.Generation.Status "pending"}}

任务正在排队

请求已经保存,尚未开始执行。可以离开当前页面,稍后从历史记录返回。

{{else if eq .Current.Generation.Status "running"}}

正在生成内容

任务已经开始执行。页面会自动更新状态,不需要重复提交。

{{else if eq .Current.Generation.Status "failed"}}

这次生成没有完成

{{if .Current.Generation.ErrorMessage}}{{value .Current.Generation.ErrorMessage}}{{else}}生成服务暂时不可用,输入已经保留。{{end}}

{{else if eq .Current.Generation.Kind "text"}}
{{range .Current.Outputs}}{{if .TextContent}}

{{value .TextContent}}

{{end}}{{end}}
文本结果
{{else}}{{end}} {{if .Current}}{{range .Current.Inputs}}{{end}}{{end}}
{{end}}