toolsText property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? toolsText
getter/setter pair

A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? toolsText;