Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Returns a Trace object.Example
Parameters
The ID of the inference result this trace belongs to.
The name of the tool or function that was called.
TraceType value:
SPAN, GENERATION, EVENT, AGENT, TOOL, CHAIN, RETRIEVER, EVALUATOR, EMBEDDING, GUARDRAIL. See Trace Types for details.Human-readable description of what this operation does. Useful for documentation and debugging. Maximum size: 1MB.
The input data passed to the tool/function. Accepts any JSON-serializable value. Maximum size: 10MB.
The output data returned by the tool/function. Accepts any JSON-serializable value. Maximum size: 10MB.
Error message if the tool call failed.
The time in milliseconds the tool call took.
Additional metadata about the trace. Accepts any JSON-serializable value. Maximum size: 10MB.
ISO 8601 timestamp when the trace started.
ISO 8601 timestamp when the trace ended.