public final class R.attr


Summary

Public fields

static int

Natural language description provided to the large language model, describing the available app functions and guidance on how to use them individually or in combination.

static int

A short, user-visible description string resource summarizing what the app functions enable the agents to do.

Public constructors

Public fields

description

public static int description

Natural language description provided to the large language model, describing the available app functions and guidance on how to use them individually or in combination.

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;

displayDescription

public static int displayDescription

A short, user-visible description string resource summarizing what the app functions enable the agents to do.

May be a reference to another resource, in the form "@[+][package:]type/name" or a theme attribute in the form "?[package:]type/name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character;

Public constructors

attr

public attr()