feat(FN-3175): document global tool output persistence setting in settings
Added documentation for the global tool output persistence setting to the settings reference guide. Fusion-Task-Id: FN-3175
This commit is contained in:
@@ -241,6 +241,8 @@ describe("AgentLogViewer", () => {
|
||||
it("does not render detail toggle when detail is absent", () => {
|
||||
const entries = [
|
||||
makeEntry({ text: "Bash", type: "tool" }),
|
||||
makeEntry({ text: "Bash", type: "tool_result" }),
|
||||
makeEntry({ text: "Bash", type: "tool_error" }),
|
||||
];
|
||||
render(<AgentLogViewer entries={entries} loading={false} />);
|
||||
expect(screen.queryByTestId("tool-detail-toggle")).toBeNull();
|
||||
|
||||
Reference in New Issue
Block a user