Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct {
SystemPrompt string `json:"systemPrompt" jsonschema:"title=SystemPrompt,description=The new system prompt you are setting"`
Temperature string `json:"temperature" jsonschema:"title=Temperature,description=The new temperature you are setting"`
TopP string `json:"topP" jsonschema:"title=TopP,description=The new topP you are setting"`
TopK string `json:"topK" jsonschema:"title=TopK,description=The new topK you are setting"`
}
type Consideration ¶
type FineTuning ¶
type Metric ¶
type Metric struct {
Name string `json:"name" jsonschema:"title=Name,description=The name of the agent you are evaluating,required"`
Role string `json:"role" jsonschema:"title=Role,description=The role of the agent you are evaluating,required"`
Observations []Observation `json:"observations" jsonschema:"title=Observations,description=Observations of the agent you are evaluating,required"`
Considerations []Consideration `` /* 128-byte string literal not displayed */
Changes []Change `json:"changes" jsonschema:"title=Changes,description=Changes to make to the agent you are evaluating"`
FineTuning []FineTuning `json:"fineTuning" jsonschema:"title=FineTuning,description=High quality instruction -> response pairs to use for fine-tuning"`
}
type Observation ¶
Click to show internal directories.
Click to hide internal directories.