|AiAssistantSession cancelAppend() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession cancelHidden() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession change($array) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession getKeyValue() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession newQuery() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession query() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession remove() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession saveOrIgnore() * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereData($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereImages($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereSceneKey($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereSessionId($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereSessionKey($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AiAssistantSession whereUserid($value) * @mixin \Eloquent */ class AiAssistantSession extends AbstractModel { protected $table = 'ai_assistant_sessions'; }