Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "transform" InPort string = "in" OutPort string = "out" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type InMessage ¶
type InMessage struct {
Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message to be modified"`
}
type OutMessage ¶ added in v0.7.18
type OutMessage struct {
Context Context `json:"context" configurable:"true" title:"Context" description:"Passthrough — the message, unchanged"`
}
OutMessage keeps the passthrough Context under a `context` key so a downstream edge reads $.context.<field> — the mid-chain convention (same as the router, pod_logs_get, llm_tools). Was emitting the raw Context value at root.
Click to show internal directories.
Click to hide internal directories.