Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddChatRoutes ¶
func AddChatRoutes(mux *http.ServeMux, chatService chatservice.Service)
Types ¶
type SetTaskChainRequest ¶
type SetTaskChainRequest struct {
// The ID of the task chain to use for OpenAI-compatible chat completions
TaskChainID string `json:"taskChainID" example:"openai-compatible-chain"`
}
SetTaskChainRequest defines the expected structure for configuring the task chain
Click to show internal directories.
Click to hide internal directories.