Skip to content

Commit

Permalink
Update src/argilla_llama_index/llama_index_handler.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Berenstein <[email protected]>
  • Loading branch information
sdiazlor and davidberenstein1957 authored Sep 18, 2024
1 parent 4708a38 commit dc84a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla_llama_index/llama_index_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def new_span(
Args:
id_ (str): The unique identifier for the new span.
bound_args (inspect.BoundArguments): The arguments that were bound to when the span was created.
instance (Optional[Any], optional): The instance associated with the span, if applicable.. Defaults to None.
instance (Optional[Any], optional): The instance associated with the span, if present. Defaults to None.
parent_span_id (Optional[str], optional): The identifier of the parent span. Defaults to None.
tags (Optional[Dict[str, Any]], optional): Additional information about the span. Defaults to None.
Expand Down

0 comments on commit dc84a44

Please sign in to comment.