Skip to content

Commit

Permalink
Merge branch 'master' into WB-20348/icons
Browse files Browse the repository at this point in the history
  • Loading branch information
onx2 authored Aug 19, 2024
2 parents c592d43 + 8b8ec3d commit 08656f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/docs/tutorial-tracing_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ In the [Track LLM inputs & outputs](/quickstart) tutorial, the basics of trackin
In this tutorial you will learn how to:
- **Track data** as it flows though your application
- **Track metadata** at call time
- **Export data** that was logged to Weave

## Tracking nested function calls

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CallSummary: React.FC<{
);

return (
<div style={{padding: 8}}>
<div style={{padding: 8, overflow: 'auto'}}>
<SimpleKeyValueTable
data={{
Operation:
Expand Down
2 changes: 1 addition & 1 deletion weave/frontend/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion weave/frontend/sha1.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08656f9

Please sign in to comment.