Versions in this module Expand all Collapse all v1 v1.0.2 May 30, 2025 Changes in this version + type ArkLLMInteraction interface + Context func() + Input func(string) + PrePrompt func(string) + Receive func() string + ReceiveStream func() *utils.ChatCompletionStreamReader + type DoubaoChat struct + func (c *DoubaoChat) Context() + func (c *DoubaoChat) Input(input string) + func (c *DoubaoChat) PrePrompt(input string) + func (c *DoubaoChat) Receive() string + func (c *DoubaoChat) ReceiveStream() *utils.ChatCompletionStreamReader