fix: name of the file not matching the name of the component (#354)

before

![image](https://github.com/user-attachments/assets/e47595bc-8b5b-470d-8cca-1d4c4afbf802)
after

![image](https://github.com/user-attachments/assets/c04bc384-534e-44f0-9917-08a15f7280dc)

Co-authored-by: Thibault Sottiaux <tibo@openai.com>
This commit is contained in:
Abdelrhman Kamal Mahmoud Ali Slim
2025-04-19 07:23:02 -07:00
committed by GitHub
parent 9eeb78e54f
commit f3cab736b4
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import type { ColorName } from "chalk";
import type { ResponseItem } from "openai/resources/responses/responses.mjs";
import TerminalChatInput from "./terminal-chat-input.js";
import { TerminalChatToolCallCommand } from "./terminal-chat-tool-call-item.js";
import { TerminalChatToolCallCommand } from "./terminal-chat-tool-call-command.js";
import {
calculateContextPercentRemaining,
uniqueById,