Skip to content

@sqlrooms/ai-core / LocalAgentChatRootProps

Type Alias: LocalAgentChatRootProps

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