The Open API specification for Synapse is now available for download!

Download Open API Spec

TraceEvent

org.sagebionetworks.repo.model.agent.TraceEvent

Represents a single trace event generated during an agent chat asynchronous job request.

Field Type Description
timestamp INTEGER The timestamp identifies when the agent generated this trace event. A timestamp is number of millisecnods elapsed since January 1 1970 (UTC).
message STRING The trace text message generated by the agent while processing a chat request.