LLM for Unity  v3.0.0
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMUnity.ChatMessage Class Reference
Inheritance diagram for LLMUnity.ChatMessage:
[legend]

Public Member Functions

 ChatMessage (string role, string content)
 
 ChatMessage (UndreamAI.LlamaLib.ChatMessage other)
 

Detailed Description

Definition at line 382 of file LLMAgent.cs.

Constructor & Destructor Documentation

◆ ChatMessage() [1/2]

LLMUnity.ChatMessage.ChatMessage ( string role,
string content )
inline

Definition at line 384 of file LLMAgent.cs.

◆ ChatMessage() [2/2]

LLMUnity.ChatMessage.ChatMessage ( UndreamAI::LlamaLib::ChatMessage other)
inline

Definition at line 385 of file LLMAgent.cs.


The documentation for this class was generated from the following file: