Enum for message part channels.
Source
class MessagePartChannelEnum extends AbstractEnum
{
/**
* Regular (primary) content.
*/
public const CONTENT = 'content';
/**
* Model thinking or reasoning.
*/
public const THOUGHT = 'thought';
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.