Unreal OpenAI API 1.0.0
Loading...
Searching...
No Matches
ChatKitParser.h
1// OpenAI, Copyright LifeEXE. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7namespace OpenAI
8{
9class OPENAI_API ChatKitParser{
10 public :
11 // For now, no special logic needed, but keeping it for consistency and future-proofing
12};
13} // namespace OpenAI
Definition ChatKitParser.h:9