Class StructuredGeneratorBase<T>
Inheritance
StructuredGeneratorBase<T>
Assembly: Glitch9.AIDevKit.dll
Syntax
public abstract class StructuredGeneratorBase<T> where T : class
Type Parameters
Constructors
|
Edit this page
View Source
StructuredGeneratorBase(Model, string, string, bool, bool, CurlLogOptions)
Declaration
protected StructuredGeneratorBase(Model model, string instructions, string sender = null, bool writeGenerationRecords = false, bool archiveGenerationRecords = true, CurlLogOptions logOptions = null)
Parameters
Methods
|
Edit this page
View Source
ExecuteAsync(string)
Declaration
public UniTask<ToolResult<T>> ExecuteAsync(string prompt)
Parameters
| Type |
Name |
Description |
| string |
prompt |
|
Returns
Extension Methods