|
virtual void | BeginPlay () override |
|
void | SetAuth (const FOpenAIAuth &OpenAIAuth) |
|
void | SetModel (const FString &ModelName) |
|
bool | IsInProgress () const |
|
void | MakeRequest (const FMessage &Message) |
|
FMessage | GetLastMessage () const |
|
|
EMainModelEnum | Model {EMainModelEnum::O1} |
|
int32 | MaxTokens {2000} |
|
FOnGPTRequestUpdated | OnGPTRequestUpdated |
|
FOnGPTRequestCompleted | OnGPTRequestCompleted |
|
|
void | OnRequestCompleted () |
|
void | OnRequestUpdated (const FMessage &Message, bool WasError) |
|
The documentation for this class was generated from the following files:
- Source/OpenAI/Public/ChatGPT/ChatGPTWorld.h
- Source/OpenAI/Private/ChatGPT/ChatGPTWorld.cpp