kb

package
v1.23.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Query

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

type Settings struct {
	Model       string  `json:"model,omitempty"`
	Temperature float64 `json:"temperature,omitempty"`
	System      string  `json:"system,omitempty"`
}

type TagOperator

type TagOperator struct {
	Operator string   `json:"operator,omitempty"`
	Items    []string `json:"items,omitempty"`
}

type Tags

type Tags struct {
	Include             *TagOperator `json:"include,omitempty"`
	Exclude             *TagOperator `json:"exclude,omitempty"`
	IncludeAllTagged    bool         `json:"includeAllTagged,omitempty"`
	IncludeAllNonTagged bool         `json:"includeAllNonTagged,omitempty"`
}

Jump to

Keyboard shortcuts

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