@sqlrooms/ai / ChatToolActivityProps
Type Alias: ChatToolActivityProps
ChatToolActivityProps =
object
Props for one tool or nested-agent activity slot.
Properties
toolCall
toolCall:
AgentToolCall
Normalized tool-call semantics, available for top-level and nested calls.
part?
optionalpart?:ToolPartWithId
Original AI SDK part when this activity came from the turn message.
index?
optionalindex?:number
Source-message index; absent for calls nested inside an agent.
isAgent
isAgent:
boolean
isHoisted
isHoisted:
boolean
True when this call's rich UI is rendered in a hoisted region.
searchBlockId?
optionalsearchBlockId?:string
Registered search block; absent for nested activity.