Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPromptResponse ¶
type GetPromptResponse struct {
Id string `json:"id"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
ProjectId string `json:"projectId"`
CreatedBy string `json:"createdBy"`
Prompt string `json:"prompt"`
Name string `json:"name"`
Version int `json:"version"`
Type string `json:"type"`
IsActive any `json:"isActive"`
Config struct {
} `json:"config"`
Tags []any `json:"tags"`
Labels []string `json:"labels"`
CommitMessage any `json:"commitMessage"`
ResolutionGraph any `json:"resolutionGraph"`
}
Click to show internal directories.
Click to hide internal directories.