Skip to main content

SemanticContext

Defined in: types.ts:601

Optional semantic context attached to an execution event by adapters.

Properties

inputSummary?

readonly optional inputSummary?: string

Defined in: types.ts:604


intent?

readonly optional intent?: string

Defined in: types.ts:602


modelId?

readonly optional modelId?: string

Defined in: types.ts:607


outputSummary?

readonly optional outputSummary?: string

Defined in: types.ts:605


tokenCost?

readonly optional tokenCost?: number

Defined in: types.ts:606


trigger?

readonly optional trigger?: string

Defined in: types.ts:603