Functions

codeRunnerTool

Function: codeRunnerTool()

codeRunnerTool(options): Tool<{ code: string; }, string> & HoldsToolSessions & RecordsCodeRuns

Defined in: src/core/codeRunnerTool.ts:236

Parameters

options

CodeRunnerToolOptions

Returns

Tool<{ code: string; }, string> & HoldsToolSessions & RecordsCodeRuns

On this page