Introduces the WriterAIManager and Conversation classes, along with complete and stream_complete methods, to enable interactions with a Writer AI API.
WriterAIManager: Manages API configurations, authentication, and request operations, with methods to dynamically adjust interaction parameters.
Conversation: Handles stateful conversation management, enabling structured interactions and response processing from the AI.
complete / stream_complete: Methods for single response retrievals and for streaming responses – both utilize the AI to complete a provided input of text.
Introduces the
WriterAIManager
andConversation
classes, along withcomplete
andstream_complete
methods, to enable interactions with a Writer AI API.WriterAIManager
: Manages API configurations, authentication, and request operations, with methods to dynamically adjust interaction parameters.Conversation
: Handles stateful conversation management, enabling structured interactions and response processing from the AI.complete
/stream_complete
: Methods for single response retrievals and for streaming responses – both utilize the AI to complete a provided input of text.