requestedAuthConfigs property

Map<String, Object?>? requestedAuthConfigs
getter/setter pair

Will only be set by a tool response indicating tool request euc.

Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.

Optional.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? requestedAuthConfigs;