toolAnnotations property
ToolAnnotations?
get
toolAnnotations
Optional additional tool information.
Only supported since version ProtocolVersion.v2025_03_26.
Implementation
ToolAnnotations? get toolAnnotations =>
(_value[Keys.annotations] as Map?)?.cast<String, Object?>()
as ToolAnnotations?;