Skip to content

@sqlrooms/ai / LocalAgentChatRootProps

Type Alias: LocalAgentChatRootProps

LocalAgentChatRootProps = PropsWithChildren<{ agent: ToolLoopAgent<any, any, any>; initialMessages?: UIMessage[]; initialSuggestions?: readonly string[]; onMessagesChange?: (messages) => void; toolRenderBehavior?: ToolRenderBehavior; }>