Class ThinkingPart
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class ThinkingPart : ContentPart<ThinkingContentData>
Constructors
|
Edit this page
View Source
ThinkingPart()
Declaration
|
Edit this page
View Source
ThinkingPart(ThinkingContentData)
Declaration
public ThinkingPart(ThinkingContentData data)
Parameters
|
Edit this page
View Source
ThinkingPart(string)
Declaration
public ThinkingPart(string reasoningText)
Parameters
| Type |
Name |
Description |
| string |
reasoningText |
|
|
Edit this page
View Source
ThinkingPart(string, string)
Declaration
public ThinkingPart(string reasoningText, string signature)
Parameters
Extension Methods