package
Version:
v0.0.0-...-47a55c7
Opens a new window with list of versions in this module.
Published: May 12, 2024
License: BSD-3-Clause
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
¶
type MlQuery struct {
Text string `json:"text"`
}
type MlResponse struct {
QueryId int64 `json:"query_id"`
Text string `json:"text"`
Metadata string `json:"metadata"`
Last bool `json:"last"`
Sender string `json:"sender"`
}
type QueryCreate struct {
Text string `json:"text"`
Response string `json:"response"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.