toolResults property

  1. @TagNumber.new(3)
PbList<ToolResult> get toolResults

Tool results to include when formatting a follow-up prompt after host execution. Empty means an initial tool-enabled prompt.

Implementation

@$pb.TagNumber(3)
$pb.PbList<ToolResult> get toolResults => $_getList(2);