dialog

package
v1.37.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {
	Type  string `yaml:"type" json:"type"`
	Value string `yaml:"value" json:"value"`
}

type RecordedConversation

type RecordedConversation struct {
	Name         string                `json:"name"`
	Interactions []RecordedInteraction `json:"interactions"`
}

type RecordedInteraction

type RecordedInteraction struct {
	ID              string       `json:"id"`
	User            *tests.User  `json:"user"`
	AgentValidation *tests.Agent `json:"agent_validation,omitempty"`
	AgentResponse   []Agent      `json:"agent,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL