Liking cljdoc? Tell your friends :D

dobby.impl.log


append!clj

(append! log & messages)

Append one or more messages to the log. Returns the new context

Append one or more messages to the log. Returns the new context
sourceraw docstring

contextclj

(context log)

Fetches the current context from the log. This is what will be used to stream responses from GPT

Fetches the current context from the log. This is what will be used
to stream responses from GPT
sourceraw docstring

create-atom-logclj

(create-atom-log)

A simple log backed by an atom

A simple log backed by an atom
sourceraw docstring

init!clj

(init! log initial-prompt)

Initialize a log with an initial prompt. Returns the initialized context

Initialize a log with an initial prompt. Returns the initialized context
sourceraw docstring

Logcljprotocol

-append!clj

(-append! self message)

-contextclj

(-context self)

-init!clj

(-init! self initial-prompt)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close