toolCallId property

  1. @TagNumber.new(7)
String get toolCallId

Optional tool-call ID this message is responding to (only set when role == MESSAGE_ROLE_TOOL).

Implementation

@$pb.TagNumber(7)
$core.String get toolCallId => $_getSZ(5);
  1. @TagNumber.new(7)
set toolCallId (String value)

Implementation

@$pb.TagNumber(7)
set toolCallId($core.String value) => $_setString(5, value);