()
| 737 | return getLastAIRequestLogEntry(); |
| 738 | }, |
| 739 | clearRequestLogs() { |
| 740 | clearAIRequestLogEntries(); |
| 741 | }, |
| 742 | /** |
| 743 | * Create a tool-calling Agent (#714). Construct once with model/system/ |
| 744 | * tools/budget, then run `agent.generate({ prompt })` (text + tools) or |
no test coverage detected