@sqlrooms/ai / ToolStructureBehavior
Type Alias: ToolStructureBehavior
ToolStructureBehavior =
object
Controls the segment-tree structure: which tool calls are treated as transparent wrappers whose children are promoted to the caller's level.
isPassthroughTool: when true, no summary line is rendered and nested calls are flattened into the parent's segment list.
Properties
isPassthroughTool()?
optionalisPassthroughTool: (toolCall) =>boolean
Parameters
| Parameter | Type |
|---|---|
toolCall | AgentToolCall |
Returns
boolean
