Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions weave/reference/python-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ asyncio.run(evaluation.evaluate(function_to_evaluate))
- `description`: `str | None`
- `ref`: `trace.refs.ObjectRef | None`
- `dataset`: `<class 'dataset.dataset.Dataset'>`
- `scorers`: `list[typing.Annotated[trace.op_protocol.Op | flow.scorer.Scorer, BeforeValidator(func=<function cast_to_scorer at 0x7f1615b1b600>, json_schema_input_type=PydanticUndefined)]] | None`
- `scorers`: `list[typing.Annotated[trace.op_protocol.Op | flow.scorer.Scorer, BeforeValidator(func=<function cast_to_scorer at 0x7f749281b600>, json_schema_input_type=PydanticUndefined)]] | None`
- `preprocess_model_input`: `collections.abc.Callable[[dict], dict] | None`
- `trials`: `<class 'int'>`
- `metadata`: `dict[str, typing.Any] | None`
Expand Down Expand Up @@ -3915,7 +3915,7 @@ If no session is active, returns a disconnected Turn that is NOT set in the cont

```python
thread(
thread_id: 'str | object | None' = <object object at 0x7f1615fc8990>
thread_id: 'str | object | None' = <object object at 0x7f7492cc8990>
) → Iterator[ThreadContext]
```

Expand Down
Loading
Loading