Share via


CosmosChatDataSource.Implicit(CosmosChatDataSource to BinaryContent) Operator

Definition

public static implicit operator System.ClientModel.BinaryContent(Azure.AI.OpenAI.Chat.CosmosChatDataSource cosmosChatDataSource);
static member op_Implicit : Azure.AI.OpenAI.Chat.CosmosChatDataSource -> System.ClientModel.BinaryContent
Public Shared Widening Operator CType (cosmosChatDataSource As CosmosChatDataSource) As BinaryContent

Parameters

cosmosChatDataSource
CosmosChatDataSource

The CosmosChatDataSource to serialize into BinaryContent.

Returns

Applies to