Delegate SubmitToolOutputsDelegate
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.dll
Syntax
public delegate UniTask<Generated<ConversationItem>> SubmitToolOutputsDelegate(IEnumerable<ToolOutput> toolOutputs)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ToolOutput> | toolOutputs |
Returns
| Type | Description |
|---|---|
| UniTask<Generated<ConversationItem>> |