UNPKG
mycoder-agent
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
Agent module for mycoder - an AI-powered software development assistant
mycoder.ai
drivecore/mycoder
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