API reference
API reference
Select your platform
No SDKs available
No versions available

LlmAgent Class

Extends MonoBehaviour
Thin chat agent that delegates to an IChatTask provider.

Properties

bool ProviderSupportsVision[Get]
Gets or sets the system prompt that provides context/instructions to the LLM.
This is prepended to all user messages.
bool CanCapture[Get]

Fields

StringEvent onPromptSent[Get]
StringEvent onResponseReceived[Get]
Texture2DEvent onImageCaptured[Get]

Member Functions

Capture passthrough if possible, otherwise send text only.
Send with a provided Texture2D (e.g., Inspector texture / fake camera). Pass null to send text only.
Send with pre-built image inputs (URLs and/or bytes).