agentv 3.5.0 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,12 +25,12 @@ import {
25
25
  subscribeToCopilotCliLogEntries,
26
26
  subscribeToCopilotSdkLogEntries,
27
27
  subscribeToPiLogEntries
28
- } from "./chunk-D6G4N2H2.js";
28
+ } from "./chunk-K4RXLQWV.js";
29
29
 
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "agentv",
33
- version: "3.5.0",
33
+ version: "3.6.0",
34
34
  description: "CLI entry point for AgentV",
35
35
  type: "module",
36
36
  repository: {
@@ -1328,7 +1328,7 @@ var SCRIPT = `
1328
1328
  if(r.input!=null){
1329
1329
  h+='<div class="detail-block"><h4>Input</h4><pre class="detail-pre">'+esc(typeof r.input==="string"?r.input:JSON.stringify(r.input,null,2))+"</pre></div>";
1330
1330
  }
1331
- h+='<div class="detail-block"><h4>Output</h4><pre class="detail-pre">'+esc(r.answer||"")+"</pre></div>";
1331
+ h+='<div class="detail-block"><h4>Output</h4><pre class="detail-pre">'+esc(r.outputText||"")+"</pre></div>";
1332
1332
  h+="</div>";
1333
1333
 
1334
1334
  /* evaluator results */
@@ -4044,7 +4044,7 @@ async function runEvalCommand(input) {
4044
4044
  const useFileExport = !!(options.otelFile || options.traceFile);
4045
4045
  if (options.exportOtel || useFileExport) {
4046
4046
  try {
4047
- const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-MZFXE6B5.js");
4047
+ const { OtelTraceExporter, OTEL_BACKEND_PRESETS } = await import("./dist-VWEFBDZ5.js");
4048
4048
  let endpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT;
4049
4049
  let headers = {};
4050
4050
  if (options.otelBackend) {
@@ -4386,4 +4386,4 @@ export {
4386
4386
  selectTarget,
4387
4387
  runEvalCommand
4388
4388
  };
4389
- //# sourceMappingURL=chunk-RLL4QGNL.js.map
4389
+ //# sourceMappingURL=chunk-UU5N43YS.js.map