Discover Packages
github.com/xavidop/voiceflow-cli
internal
types
voiceflow
kb
package
Version:
v1.23.0
Opens a new window with list of versions in this module.
Published: Sep 11, 2025
License: Apache-2.0
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
Documentation
¶
type Query struct {
ChunkLimit int `json:"chunkLimit,omitempty"`
Synthesis bool `json:"synthesis,omitempty"`
Settings *Settings `json:"settings,omitempty"`
Tags *Tags `json:"tags,omitempty"`
Question string `json:"question"`
}
type Settings struct {
Model string `json:"model,omitempty"`
Temperature float64 `json:"temperature,omitempty"`
System string `json:"system,omitempty"`
}
type TagOperator struct {
Operator string `json:"operator,omitempty"`
Items []string `json:"items,omitempty"`
}
type Tags struct {
Include *TagOperator `json:"include,omitempty"`
Exclude *TagOperator `json:"exclude,omitempty"`
IncludeAllTagged bool `json:"includeAllTagged,omitempty"`
IncludeAllNonTagged bool `json:"includeAllNonTagged,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.