prompts

package
v0.0.0-...-732dc05 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2025 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

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