|
|
@ -137,9 +137,15 @@ public: |
|
|
virtual void OnAIResponse(const FString& Chunk, bool IsFinal); |
|
|
virtual void OnAIResponse(const FString& Chunk, bool IsFinal); |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Add a new system instruction by name. |
|
|
* Set system instruction by array. |
|
|
*/ |
|
|
*/ |
|
|
UFUNCTION(BlueprintCallable, Category = "AvatarCoreAI|System Instruction") |
|
|
UFUNCTION(BlueprintCallable, Category = "AvatarCoreAI|System Instruction") |
|
|
|
|
|
void AddSystemInstructions(const TArray<FSystemInstruction> SystemInstructions, bool WipeCurrent); |
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* Add a new system instruction by name. |
|
|
|
|
|
*/ |
|
|
|
|
|
UFUNCTION(BlueprintCallable, Category = "AvatarCoreAI|System Instruction") |
|
|
void AddSystemInstruction(const FName Name, const FString NewSystemInstruction, bool AddAsFirst); |
|
|
void AddSystemInstruction(const FName Name, const FString NewSystemInstruction, bool AddAsFirst); |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
|