Crate edge_gpt

Source

Structs§

ChatSession
A session represent a chat with bing. It implements Serialize and Deserialize Thus can be dumped to/load from external storage to pause and continue a chat.
ConversationMeta
Information of a created conversation
CookieInFile
Fields we care about in a Cookie file.
NewBingResponseMessage
Response provided by bing.

Enums§

ChatError
ConversationMetaCreatingError
ConversationStyle
Conversation Style of bing.

Traits§

StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.

Type Aliases§

ConversationMetaCreatingResult
SessionResult