Autobee_Docs.resources.chat.chat#

Module Contents#

class Autobee_Docs.resources.chat.chat.Chat(client)#

Bases: openai._resource.SyncAPIResource

Parameters:

client (openai._client.OpenAI) –

property completions: Autobee_Docs.resources.chat.completions.Completions#
Return type:

Autobee_Docs.resources.chat.completions.Completions

property with_raw_response: ChatWithRawResponse#
Return type:

ChatWithRawResponse

property with_streaming_response: ChatWithStreamingResponse#
Return type:

ChatWithStreamingResponse

class Autobee_Docs.resources.chat.chat.AsyncChat(client)#

Bases: openai._resource.AsyncAPIResource

Parameters:

client (openai._client.AsyncOpenAI) –

property completions: Autobee_Docs.resources.chat.completions.AsyncCompletions#
Return type:

Autobee_Docs.resources.chat.completions.AsyncCompletions

property with_raw_response: AsyncChatWithRawResponse#
Return type:

AsyncChatWithRawResponse

property with_streaming_response: AsyncChatWithStreamingResponse#
Return type:

AsyncChatWithStreamingResponse