compute abstract method
String
compute({
- required List<
LLMMessage> messages, - required List<
Tool> ? tools, - required ModelConfig modelConfig,
- bool? jsonOutput,
- String? trialSalt,
Compute the hash for a request.
Implementation
String compute({
required List<LLMMessage> messages,
required List<Tool>? tools,
required ModelConfig modelConfig,
bool? jsonOutput,
String? trialSalt,
});