Copy as Markdown
Other Tools
/* THIS FILE IS AUTOGENERATED FROM LlamaRunner.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_LLAMARUNNERBINDINGFWD_H_
#define DOM_LLAMARUNNERBINDINGFWD_H_
namespace mozilla {
namespace dom {
struct LlamaChatMessage;
struct LlamaChatResponse;
struct LlamaContextOptions;
struct LlamaDeTokenizationOptions;
struct LlamaLogitBias;
struct LlamaTokenizationOptions;
struct LlamaFormatChatOptions;
struct LlamaModelOptions;
struct LlamaSamplerConfig;
struct LlamaChatOptions;
class LlamaRunner;
} // namespace dom
} // namespace mozilla
#endif // DOM_LLAMARUNNERBINDINGFWD_H_