UNPKG
@measey/mycoder-agent
Version:
latest (1.0.0)
1.0.0
Agent module for mycoder - an AI-powered software development assistant
mycoder.ai
measey/mycoder
@measey/mycoder-agent
/
dist
/
core
/
executeToolCall.d.ts
6 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Tool
,
ToolCall
,
ToolContext
}
from
'./types.js'
;
/** * Executes a tool call and returns the formatted result */
export
declare
const
executeToolCall
:
(
toolCall
:
ToolCall
,
tools
:
Tool
[],
context
:
ToolContext
) =>
Promise
<
string
>;
//# sourceMappingURL=executeToolCall.d.ts.map