Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChatRoutes ¶
func AddChatRoutes(mux *http.ServeMux, deps ChatDeps, auth middleware.AuthZReader)
Types ¶
type ChatDeps ¶
type ChatDeps struct {
Agent agentservice.Agent
ChatMgr *chatservice.Manager
Chains taskchainservice.Service
DB libdb.DBManager
DefaultChainRef string
DefaultModel string
DefaultProvider string
AltDefaultModel string
AltDefaultProvider string
DefaultMaxTokens string
DefaultThink string
}
Click to show internal directories.
Click to hide internal directories.