Skip to main content

SemanticContext

Defined in: types.ts:683

Optional semantic context attached to an execution event by adapters.

Properties

inputSummary?

readonly optional inputSummary?: string

Defined in: types.ts:686


intent?

readonly optional intent?: string

Defined in: types.ts:684


modelId?

readonly optional modelId?: string

Defined in: types.ts:689


outputSummary?

readonly optional outputSummary?: string

Defined in: types.ts:687


tokenCost?

readonly optional tokenCost?: number

Defined in: types.ts:688


trigger?

readonly optional trigger?: string

Defined in: types.ts:685