ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::core::ChatRequest Member List

This is the complete list of members for foresthub::core::ChatRequest, including all inherited members.

AddFileId(FileID file_id)foresthub::core::ChatRequestinline
AddImageId(FileID image_id)foresthub::core::ChatRequestinline
AddImageUrl(std::string url)foresthub::core::ChatRequestinline
AddTool(std::shared_ptr< Tool > tool)foresthub::core::ChatRequestinline
ChatRequest()=defaultforesthub::core::ChatRequest
ChatRequest(ModelID model, std::shared_ptr< Input > input)foresthub::core::ChatRequestinline
file_idsforesthub::core::ChatRequest
image_idsforesthub::core::ChatRequest
image_urlsforesthub::core::ChatRequest
inputforesthub::core::ChatRequest
modelforesthub::core::ChatRequest
optionsforesthub::core::ChatRequest
previous_response_idforesthub::core::ChatRequest
response_formatforesthub::core::ChatRequest
system_promptforesthub::core::ChatRequest
toolsforesthub::core::ChatRequest
WithFrequencyPenalty(float frequency_penalty)foresthub::core::ChatRequestinline
WithMaxTokens(int max_tokens)foresthub::core::ChatRequestinline
WithPresencePenalty(float presence_penalty)foresthub::core::ChatRequestinline
WithPreviousResponseId(std::string id)foresthub::core::ChatRequestinline
WithResponseFormat(ResponseFormat format)foresthub::core::ChatRequestinline
WithSeed(int seed)foresthub::core::ChatRequestinline
WithSystemPrompt(std::string prompt)foresthub::core::ChatRequestinline
WithTemperature(float temperature)foresthub::core::ChatRequestinline
WithTopK(int top_k)foresthub::core::ChatRequestinline
WithTopP(float top_p)foresthub::core::ChatRequestinline