using System;
namespace OpenAI.Chat;
// CUSTOM: Renamed.
[CodeGenModel("ChatCompletionMessageToolCallChunkFunction")]
[CodeGenSerialization(nameof(Arguments), SerializationValueHook = nameof(SerializeArgumentsValue), DeserializationValueHook = nameof(DeserializeArgumentsValue))]
internal partial class InternalChatCompletionMessageToolCallChunkFunction
{
// CUSTOM: Changed type from string to BinaryData.
public BinaryData Arguments { get; }
}openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Chat/Streaming/InternalChatCompletionMessageToolCallChunkFunction.cs
12lines · modepreview