(toolNames: string[])
| 491 | } |
| 492 | |
| 493 | function mapFunctionNames(toolNames: string[]) { |
| 494 | return toolNames?.map((t) => tools[t]); |
| 495 | } |
| 496 | |
| 497 | function createTaskChatMessages( |
| 498 | templates: Record<string, string>, |
no outgoing calls
no test coverage detected