Span functionality for Components integration.
Name | Description |
---|---|
config | The config to convert. |
Name | Description |
---|---|
config | The config to initialize the span with. |
writer | The writer to use. |
Name | Description |
---|---|
config | The config to add the span to. |
Name | Description |
---|---|
input | The input to set for this span. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to set the input for. |
input | The input to set for this span. |
Name | Description |
---|---|
config | The config to add the error to. |
Name | Description |
---|---|
[Error](/sdk/python/references/models/prompt) | The error that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the error to. |
config | The config to add the error to. |
Name | Description |
---|---|
[Error](/sdk/python/references/models/prompt) | The error that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the span to. |
config | The config to add the span to. |
Name | Description |
---|---|
[Span](/sdk/python/references/logger/components/span) | The span that was added. |
Name | Description |
---|---|
config | The config to add the generation to. |
Name | Description |
---|---|
[Generation](/sdk/python/references/logger/components/generation) | The generation that was added. |
Name | Description |
---|---|
config | The config to add the tool call to. |
Name | Description |
---|---|
[ToolCall](/sdk/python/references/models/prompt) | The tool call that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the tool call to. |
config | The config to add the tool call to. |
Name | Description |
---|---|
[ToolCall](/sdk/python/references/models/prompt) | The tool call that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the generation to. |
config | The config to add the generation to. |
Name | Description |
---|---|
[Generation](/sdk/python/references/logger/components/generation) | The generation that was added. |
Name | Description |
---|---|
attachment | The attachment to add. |
Name | Description |
---|---|
writer | The LogWriter instance to use. |
span_id | The ID of the span to add the attachment to. |
attachment | The attachment to add. |
Name | Description |
---|---|
config | The config to add the retrieval to. |
Name | Description |
---|---|
[Retrieval](/sdk/python/references/logger/components/retrieval) | The retrieval that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the retrieval to. |
config | The config to add the retrieval to. |
Name | Description |
---|---|
[Retrieval](/sdk/python/references/logger/components/retrieval) | The retrieval that was added. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to end. |
data | The data to add to the span. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the tag to. |
key | The key of the tag. |
value | The value of the tag. |
Name | Description |
---|---|
writer | The writer to use. |
span_id | The id of the span to add the event to. |
id | The id of the event. |
name | The name of the event. |
tags | The tags of the event. |
metadata | The metadata of the event. |