Interface IToolCallOutput
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IToolCallOutput
Properties
| Edit this page View SourceCallId
Declaration
string CallId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Output
Declaration
string Output { get; }
Property Value
| Type | Description |
|---|---|
| string |