Table of Contents

Interface IToolCallOutput

Namespace
Glitch9.AIDevKit
public interface IToolCallOutput

Properties

CallId

string CallId { get; }

Property Value

string

Output

string Output { get; }

Property Value

string