Skip to content

Scrypted Documentation / LLMTools

Interface: LLMTools

Methods

getLLMTools()

getLLMTools(): Promise<ChatCompletionTool[]>

Returns

Promise<ChatCompletionTool[]>


callLLMTool()

callLLMTool(name, parameters): Promise<string>

Parameters

name: string

parameters: Record<string, any>

Returns

Promise<string>