longRunningToolIds property

List<String>? longRunningToolIds
getter/setter pair

Set of ids of the long running function calls.

Agent client will know from this field about which function call is long running. Only valid for function call event.

Optional.

Implementation

core.List<core.String>? longRunningToolIds;