Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AskAIRequest ¶
type AskAIRequest struct { Model string Prompt string AIModel commonEnum.AIModel }
type AskAIResponse ¶
type AskAIResponse struct { enum.BaseResponse Model string `json:"model"` Answer string `json:"answer"` }
Click to show internal directories.
Click to hide internal directories.