Skip to main content

SemanticContext

Defined in: types.ts:685

Optional semantic context attached to an execution event by adapters.

Properties

inputSummary?

readonly optional inputSummary?: string

Defined in: types.ts:688


intent?

readonly optional intent?: string

Defined in: types.ts:686


modelId?

readonly optional modelId?: string

Defined in: types.ts:691


outputSummary?

readonly optional outputSummary?: string

Defined in: types.ts:689


tokenCost?

readonly optional tokenCost?: number

Defined in: types.ts:690


trigger?

readonly optional trigger?: string

Defined in: types.ts:687