Table of Contents

Class OpenAICompatibleService.OpenAIStreamData

Namespace
Mythosia.AI.Services.Base
Assembly
Mythosia.AI.dll
protected class OpenAICompatibleService.OpenAIStreamData
Inheritance
OpenAICompatibleService.OpenAIStreamData
Inherited Members

Properties

FunctionArgsBuffer

public StringBuilder FunctionArgsBuffer { get; }

Property Value

StringBuilder

FunctionCall

public FunctionCall FunctionCall { get; set; }

Property Value

FunctionCall

HasContent

public bool HasContent { get; }

Property Value

bool

Model

public string Model { get; set; }

Property Value

string

ReasoningBuffer

public StringBuilder ReasoningBuffer { get; }

Property Value

StringBuilder

TextBuffer

public StringBuilder TextBuffer { get; }

Property Value

StringBuilder

TextContent

public string TextContent { get; }

Property Value

string

Methods

UpdateFunctionCall(FunctionCall)

public void UpdateFunctionCall(FunctionCall fc)

Parameters

fc FunctionCall