Nextcloud PHP API (master)

MultimodalContextAgentInteraction
in package
implements IInternalTaskType

This is the task processing task type for multimodal Context Agent interaction

Tags
since
35.0.0

Table of Contents

Interfaces

IInternalTaskType
This is a task type interface that is implemented by task processing task types that should not show up in the assistant UI

Constants

ID  : mixed = 'core:contextagent:multimodal-interaction'

Properties

$l  : IL10N

Methods

__construct()  : mixed
getDescription()  : string
Returns the localized description of this task type
getId()  : string
Returns the unique id of this task type
getInputShape()  : array<string|int, ShapeDescriptor>
Returns the shape of the input array
getName()  : string
Returns the localized name of this task type
getOutputShape()  : array<string|int, ShapeDescriptor>
Returns the shape of the output array

Constants

Properties

Methods

getDescription()

Returns the localized description of this task type

public getDescription() : string
Tags
inheritDoc
since
35.0.0
Attributes
#[Override]
Return values
string

getName()

Returns the localized name of this task type

public getName() : string
Tags
inheritDoc
since
35.0.0
Attributes
#[Override]
Return values
string
On this page

Search results