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