Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextVars ¶
ContextVars represents a key-value store of context variables used for template rendering. It maps string keys to values of any type. These variables can be used to customize agent instructions through template substitution.
func (ContextVars) String ¶
func (cv ContextVars) String() string
String returns a JSON string representation of the ContextVars. If marshaling fails, it returns an empty string.
Click to show internal directories.
Click to hide internal directories.