inputExtension represents a set of optional pre-processing integrations.
maxTokens represents the max number of tokens to return.
message represents a message to process.
model represents the model to use.
inputExtension represents a set of optional post-processing integrations.
temperature represents the randomness in GPT's output.
topK represents the variability of the generated text.
topP represents the diversity of the generated text.
ChatInput represents the full potential input options for chat.