Skip to content

Commit 66d60b1

Browse files
committed
fix details in docs
1 parent 5004530 commit 66d60b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/explorer/How-To-Guide/search_and_filter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ and filter them according to different criteria. For instance, searching for `ma
66
### Exact search
77

88
The simplest form of search is an exact search which searches for exact string (but case-insensitively) in the trace.
9-
The set of traces contained ![search](assets/images/search_screenshot.png)
109

1110
### Filters
1211

docs/explorer/traces_datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After the tool calls are executed, the agent can observe the output of the tool
6262
```json
6363
{
6464
"role": "tool",
65-
"content": "Email sent successfully.",
65+
"content": "Email sent successfully."
6666
}
6767
```
6868

0 commit comments

Comments
 (0)