package
Version:
v1.31.1
Opens a new window with list of versions in this module.
Published: Feb 16, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Agent struct {
Type string `yaml:"type" json:"type"`
Value string `yaml:"value" json:"value"`
}
type RecordedInteraction struct {
ID string `json:"id"`
User *tests.User `json:"user"`
AgentValidation *tests.Agent `json:"agent_validation,omitempty"`
AgentResponse []Agent `json:"agent,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.