Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationConfigPrompts ¶
type GenerationConfigPrompts struct {
System string `yaml:"system"`
Format string `yaml:"format"`
DefaultValues string `yaml:"default_values"`
Rules string `yaml:"rules"`
DescriptionExample string `yaml:"description_example"`
SQLQueryExample string `yaml:"sql_query_example"`
SampleDataExample string `yaml:"sample_data_example"`
UserMessage string `yaml:"user_message"`
RetryMessage string `yaml:"retry_message"`
}
type OpenAIPrompts ¶
type OpenAIPrompts struct {
GenerationConfigPrompts GenerationConfigPrompts `yaml:"generation_config"`
}
var Prompts OpenAIPrompts
Click to show internal directories.
Click to hide internal directories.