Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
AiChatRequest.java File Reference
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
import dev.rafex.ether.ai.core.message.AiMessage;
Include dependency graph for AiChatRequest.java:

Go to the source code of this file.

Packages

package  dev.rafex.ether.ai.core.chat

Functions

record dev.rafex.ether.ai.core.chat.AiChatRequest (String model, List< AiMessage > messages, Double temperature, Integer maxOutputTokens)