String returns a human-readable representation of the item, including its type. This is used to serialize the item as plain text if the model only supports a single message type.
()
| 27 | // String returns a human-readable representation of the item, including its type. |
| 28 | // This is used to serialize the item as plain text if the model only supports a single message type. |
| 29 | String() string |
| 30 | |
| 31 | // isInputItem is a marker method that seals the interface. |
| 32 | isInputItem() |
no outgoing calls