Skip to content

Commit

Permalink
Merge pull request #42 from langchain-ai/brace/res-to-assistant
Browse files Browse the repository at this point in the history
fix: Update Respond to Respond to assistant
  • Loading branch information
bracesproul authored Mar 7, 2025
2 parents e07668d + dca718e commit df05eeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/agent-inbox/components/inbox-item-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ function ResponseComponent({
return (
<div className="flex flex-col gap-4 p-6 items-start w-full rounded-xl border-[1px] border-gray-300">
<div className="flex items-center justify-between w-full">
<p className="font-semibold text-black text-base">Respond</p>
<p className="font-semibold text-black text-base">
Respond to assistant
</p>
<ResetButton
handleReset={() => {
onResponseChange("", res);
Expand Down

0 comments on commit df05eeb

Please sign in to comment.