Documentation
¶
Index ¶
- func NewCreateKnowledgeModelCmd() *cobra.Command
- func NewDeleteKnowledgeFileCmd() *cobra.Command
- func NewDeleteKnowledgeModelCmd() *cobra.Command
- func NewDescribeKnowledgeFileCmd() *cobra.Command
- func NewDescribeKnowledgeModelCmd() *cobra.Command
- func NewKmCommand() *cobra.Command
- func NewKmTargetCmd() *cobra.Command
- func NewKnowledgeModelChatClearCmd() *cobra.Command
- func NewKnowledgeModelChatCmd() *cobra.Command
- func NewKnowledgeModelChatDescribeCmd() *cobra.Command
- func NewListKnowledgeFilesCmd() *cobra.Command
- func NewListKnowledgeModelsCmd() *cobra.Command
- func NewUploadKnowledgeFileCmd() *cobra.Command
- type CreateKnowledgeModelCmdOptions
- type DeleteKnowledgeFileCmdOptions
- type DeleteKnowledgeModelCmdOptions
- type DescribeKnowledgeFileCmdOptions
- type DescribeKnowledgeModelCmdOptions
- type KmTargetCmdOptions
- type KnowledgeModelChatClearCmdOptions
- type KnowledgeModelChatCmdOptions
- type KnowledgeModelChatDescribeCmdOptions
- type ListKnowledgeFilesCmdOptions
- type ListKnowledgeModelsCmdOptions
- type UploadKnowledgeFileCmdOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKmCommand ¶
func NewKmTargetCmd ¶
Types ¶
type CreateKnowledgeModelCmdOptions ¶
type CreateKnowledgeModelCmdOptions struct {
// contains filtered or unexported fields
}
type DeleteKnowledgeFileCmdOptions ¶
type DeleteKnowledgeFileCmdOptions struct {
// contains filtered or unexported fields
}
type DeleteKnowledgeModelCmdOptions ¶
type DeleteKnowledgeModelCmdOptions struct {
// contains filtered or unexported fields
}
type DescribeKnowledgeFileCmdOptions ¶
type DescribeKnowledgeFileCmdOptions struct {
// contains filtered or unexported fields
}
type DescribeKnowledgeModelCmdOptions ¶
type DescribeKnowledgeModelCmdOptions struct {
// contains filtered or unexported fields
}
type KmTargetCmdOptions ¶
type KmTargetCmdOptions struct { KmName string // contains filtered or unexported fields }
type KnowledgeModelChatClearCmdOptions ¶
type KnowledgeModelChatClearCmdOptions struct {
// contains filtered or unexported fields
}
type KnowledgeModelChatCmdOptions ¶
type KnowledgeModelChatCmdOptions struct {
// contains filtered or unexported fields
}
type KnowledgeModelChatDescribeCmdOptions ¶
type KnowledgeModelChatDescribeCmdOptions struct {
// contains filtered or unexported fields
}
type ListKnowledgeFilesCmdOptions ¶
type ListKnowledgeFilesCmdOptions struct {
// contains filtered or unexported fields
}
type ListKnowledgeModelsCmdOptions ¶
type ListKnowledgeModelsCmdOptions struct {
// contains filtered or unexported fields
}
type UploadKnowledgeFileCmdOptions ¶
type UploadKnowledgeFileCmdOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.