Hook up hidden agent creation and update APIs to the UI

- This allows users to initiate hidden agent creation from the side bar directly. Any updates can easily be applied to the conversation agent.
This commit is contained in:
sabaimran
2025-01-19 17:36:30 -08:00
parent be11f666e4
commit b248123135
9 changed files with 316 additions and 129 deletions

View File

@@ -181,7 +181,6 @@ function ChatBodyData(props: ChatBodyDataProps) {
conversationId={conversationId}
isOpen={props.isChatSideBarOpen}
onOpenChange={props.onChatSideBarOpenChange}
preexistingAgent={agentMetadata}
isMobileWidth={props.isMobileWidth} />
</div>
);