module Kagi::FastGPT

Overview

Encapsulates methods for interacting with the /fastgpt endpoint

https://help.kagi.com/kagi/api/fastgpt.html

Defined in:

kagi/fast_gpt.cr

Constant Summary

Log = Kagi::Log.for(self)

Class Method Summary

Class Method Detail

def self.query(query : String, cache : Bool | Nil = nil) : Kagi::Object::Answer #

Sends a query to FastGPT and returns am Kagi::Object::Answer, HTML formatted

https://help.kagi.com/kagi/api/fastgpt.html#post-fastgpt


[View source]