LogSpanUpdateRequest
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type LogSpanUpdateRequest = object;
optional clientVersion: string | null;
optional durationNs: number | null;
optional experimentId: string | null;
optional input:
| string
| PermitechCoreSchemasLoggingLlmMessage[]
| (object & TextContentPart | object & FileContentPart)[]
| null;
optional loggingMethod: LoggingMethod;
optional logStreamId: string | null;
optional metricsTestingId: string | null;
optional output:
| string
| PermitechCoreSchemasLoggingLlmMessage
| Document[]
| (object & TextContentPart | object & FileContentPart)[]
| ControlResult
| null;
optional reliable: boolean;
spanId: string;
optional statusCode: number | null;
optional tags: string[] | null;
Was this page helpful?
