Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheConfig ¶
type Request ¶
type Route ¶
type Route struct {
Id string `json:"id"`
CreatedAt int64 `json:"createdAt"`
UpdatedAt int64 `json:"updatedAt"`
Name string `json:"name"`
Path string `json:"path"`
KeyIds []string `json:"keyIds"`
Steps []*Step `json:"steps"`
CacheConfig *CacheConfig `json:"cacheConfig"`
}
func (*Route) ShouldRunEmbeddings ¶
Click to show internal directories.
Click to hide internal directories.