mirror of
https://github.com/langchain-ai/fullstack-chat-client.git
synced 2026-07-01 22:04:05 -04:00
cr
This commit is contained in:
@@ -480,9 +480,7 @@ export function InboxItemInput({
|
||||
};
|
||||
|
||||
return (
|
||||
<div
|
||||
className="w-full flex flex-col items-start justify-start gap-2"
|
||||
>
|
||||
<div className="w-full flex flex-col items-start justify-start gap-2">
|
||||
{showArgsOutsideActionCards && (
|
||||
<ArgsRenderer args={interruptValue.action_request.args} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user