Documentation ¶
Overview ¶
templ: version: v0.2.793
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderableTestOutput ¶
type RenderableTestOutput struct { ConversationString string EntryID string GoldenAnswer []string Topic string Age string Moral string LastMessage string }
RenderableTestOutput is a render-friendly version of TestOutput with all fields properly typed for templating
func ConvertOutputs ¶
func ConvertOutputs(outputs []eval.TestOutput) []RenderableTestOutput
ConvertOutputs converts a slice of TestOutputs to RenderableTestOutputs
func NewRenderableTestOutput ¶
func NewRenderableTestOutput(output eval.TestOutput) RenderableTestOutput
NewRenderableTestOutput converts a TestOutput to a RenderableTestOutput
type WebViewCommand ¶
type WebViewCommand struct {
*cmds.CommandDescription
}
func NewWebViewCommand ¶
func NewWebViewCommand() (*WebViewCommand, error)
func (*WebViewCommand) Run ¶
func (c *WebViewCommand) Run( ctx context.Context, parsedLayers *layers.ParsedLayers, ) error
type WebViewSettings ¶
Click to show internal directories.
Click to hide internal directories.