compute abstract method

String compute({
  1. required List<LLMMessage> messages,
  2. required List<Tool>? tools,
  3. required ModelConfig modelConfig,
  4. bool? jsonOutput,
  5. 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,
});