package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jan 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var KnowledgeCmd = &cobra.Command{
Use: "knowledge",
Short: "Enrich Ava's knowledge base",
Long: `Enrich Ava's knowledge base with new information.`,
Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 {
_ = cmd.Help()
return
}
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.