Interface LLMObservabilityApiGetLLMObsAnnotatedInteractionsByTraceIDsRequest

Hierarchy

  • LLMObservabilityApiGetLLMObsAnnotatedInteractionsByTraceIDsRequest

Properties

contentIds: string[]

One or more content IDs to retrieve annotated interactions for. At least one is required.

limit?: number

Maximum number of results to return. Must be > 0. Defaults to 100.

offset?: number

Pagination offset. Must be >= 0. Defaults to 0.

Generated using TypeDoc