LlmObservationContext

class LlmObservationContext(val requestEvent: LlmRequestEvent<*>)

Thin context for the embabel.llm span: wraps the LlmRequestEvent; the convention extracts attributes.

Constructors

Link copied to clipboard
constructor(requestEvent: LlmRequestEvent<*>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String