Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
LogSpanOtherContent
Catch-all content type for any operation that does not fit the other span categories.Overview
LogSpanOtherContent is a general-purpose span type for operations that don’t map to Model, ModelStream, Embeddings, Function, Tool, Guardrail, or Retrieval. It is wrapped in a LogSpanContent union via the actual_instance pattern.
Fields
Must be
"Other".The input payload as a JSON string. Must be valid, parseable JSON (the result of
json.dumps()).The output payload as a JSON string. Must be valid, parseable JSON (the result of
json.dumps()).Construction Pattern
All span content is wrapped in LogSpanContent using theactual_instance parameter: