Skip to main content

Interface: RunUpdate

schemas.RunUpdate

Properties

dotted_order

Optional dotted_order: string

The dotted order for the run.

This is a string composed of {time}{run-uuid}.* so that a trace can be sorted in the order it was executed.

Example:

  • Parent: 20230914T223155647Z1b64098b-4ab7-43f6-afee-992304f198d8
  • Children:
    • 20230914T223155647Z1b64098b-4ab7-43f6-afee-992304f198d8.20230914T223155649Z809ed3a2-0172-4f4d-8a02-a64e9b7a0f8a
    • 20230915T223155647Z1b64098b-4ab7-43f6-afee-992304f198d8.20230914T223155650Zc8d9f4c5-6c5a-4b2d-9b1c-3d9d7a7c5c7c

Defined in

schemas.ts:226


end_time

Optional end_time: number

Defined in

schemas.ts:201


error

Optional error: string

Defined in

schemas.ts:204


events

Optional events: KVMap[]

Defined in

schemas.ts:209


extra

Optional extra: KVMap

Defined in

schemas.ts:202


id

Optional id: string

Defined in

schemas.ts:200


inputs

Optional inputs: KVMap

Defined in

schemas.ts:205


outputs

Optional outputs: KVMap

Defined in

schemas.ts:206


parent_run_id

Optional parent_run_id: string

Defined in

schemas.ts:207


reference_example_id

Optional reference_example_id: string

Defined in

schemas.ts:208


session_id

Optional session_id: string

Defined in

schemas.ts:210


tags

Optional tags: string[]

Defined in

schemas.ts:203


trace_id

Optional trace_id: string

Unique ID assigned to every run within this nested trace. *

Defined in

schemas.ts:212


Was this page helpful?