Skip to content

Commit

Permalink
Merge branch 'master' into tim/notebook_basics
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney authored Aug 12, 2024
2 parents f93d7a9 + acb840d commit c8725b9
Show file tree
Hide file tree
Showing 24 changed files with 2,354 additions and 3,509 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/docs/reference/python-sdk/weave/weave.weave_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ call(call_id: str, include_costs: Optional[bool] = False) → WeaveObject

```python
calls(
filter: Optional[_CallsFilter] = None,
filter: Optional[CallsFilter] = None,
include_costs: Optional[bool] = False
) → CallsIter
```
Expand Down Expand Up @@ -362,7 +362,7 @@ set_display_name(name: Optional[str]) → None
__init__(
server: TraceServerInterface,
project_id: str,
filter: _CallsFilter,
filter: CallsFilter,
include_costs: bool = False
) → None
```
Expand Down
Loading

0 comments on commit c8725b9

Please sign in to comment.