Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct { Response *LLMResponse // contains filtered or unexported fields }
type LLMResponse ¶
type LLMResponse struct { Context string `json:"context"` Goal string `json:"goal"` Questions []string `json:"questions"` Commands []string `json:"commands"` }
func ParseResponse ¶
func ParseResponse(jsonStr string) (*LLMResponse, error)
Click to show internal directories.
Click to hide internal directories.