Trailblaze Logger
object TrailblazeLogger
Functions
Link copied to clipboard
Link copied to clipboard
fun logLlmRequest(llmModelId: String, llmRequestId: String, agentTaskStatus: AgentTaskStatus, screenState: ScreenState, instructions: String, llmMessages: List<LlmMessage>, response: List<Message.Response>, startTime: Instant)
Link copied to clipboard
Link copied to clipboard
Note: This will truncate the session ID to 100 characters and replace any non-alphanumeric characters with underscores.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard