Versions in this module Expand all Collapse all v0 v0.1.7 Oct 6, 2025 v0.1.6 Oct 5, 2025 Changes in this version + type ChatEvent struct + Data any + Event string + type Result struct + Events []ChatEvent + Prompt string + Response string + func Chat(ctx context.Context, client *http.Client, baseURL, token, prompt string) (*Result, error)