package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Jan 1, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cache struct {
Provider string `yaml:"provider"`
Url string `yaml:"url"`
}
type Config struct {
Cache Cache `yaml:"cache"`
Flow Flow `yaml:"flow"`
Gpt Gpt `yaml:"gpt"`
Memory Memory `yaml:"memory"`
Store Store `yaml:"store"`
Tool []Tool `yaml:"tool"`
}
type Flow struct {
Channel string `yaml:"channel"`
}
type Gpt struct {
Provider string `yaml:"provider"`
Api string `yaml:"api"`
Model string `yaml:"model"`
Key string `yaml:"key"`
}
type Memory struct {
Type string `yaml:"type"`
}
type Store struct {
Provider string `yaml:"provider"`
Url string `yaml:"url"`
Path string `yaml:"path"`
}
type Tool struct {
Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.