Skip to content

Commit 1640924

Browse files
Update langfuse/_client/span.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 7f2be0e commit 1640924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

langfuse/_client/span.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,8 @@ def __init__(
11401140
Args:
11411141
otel_span: The OpenTelemetry span to wrap
11421142
langfuse_client: Reference to the parent Langfuse client
1143-
input: Input data for the generation (e.g., prompts)
1144-
output: Output from the generation (e.g., completions)
1143+
input: Input data for the event
1144+
output: Output from the event
11451145
metadata: Additional metadata to associate with the generation
11461146
environment: The tracing environment
11471147
"""

0 commit comments

Comments
 (0)