Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct {
Namespace string
Spec arcadiav1alpha1.ApplicationSpec
Inited bool
Nodes map[string]base.Node
StartingNodes []base.Node
EndingNode base.Node
}
func NewAppOrGetFromCache ¶
func NewAppOrGetFromCache(ctx context.Context, app *arcadiav1alpha1.Application, cli dynamic.Interface) (*Application, error)
type Input ¶
type Input struct {
Question string
// overrideConfig
NeedStream bool
History langchaingoschema.ChatMessageHistory
}
Click to show internal directories.
Click to hide internal directories.