package
Version:
v0.0.0-...-15aa6b1
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Document struct {
Nodes []Node `json:"nodes,omitempty"`
}
type Node struct {
TextNode *TextNode `json:"textNode,omitempty"`
ToolNode *ToolNode `json:"toolNode,omitempty"`
}
type Options struct {
AssignGlobals bool
Location string
}
type TextNode struct {
Text string `json:"text,omitempty"`
}
type ToolNode struct {
Tool types.Tool `json:"tool,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.