Class OpenAICompatibleService.OpenAIStreamChunk
- Namespace
- Mythosia.AI.Services.Base
- Assembly
- Mythosia.AI.dll
protected class OpenAICompatibleService.OpenAIStreamChunk
- Inheritance
-
OpenAICompatibleService.OpenAIStreamChunk
- Inherited Members
-
Properties
FunctionCall
public FunctionCall FunctionCall { get; set; }
Property Value
- FunctionCall
IsCompletion
public bool IsCompletion { get; set; }
Property Value
- bool
public Dictionary<string, object> Metadata { get; set; }
Property Value
- Dictionary<string, object>
Model
public string Model { get; set; }
Property Value
- string
Reasoning
public string Reasoning { get; set; }
Property Value
- string
Text
public string Text { get; set; }
Property Value
- string
Usage
public TokenUsage Usage { get; set; }
Property Value
- TokenUsage