context property

Map<String, dynamic>? context
final

Authoritative host data for this task (session facts, aggregates, etc.). It is serialized into the runtime's conversation conditioning field and explicitly labelled as data, not instructions.

Implementation

final Map<String, dynamic>? context;