@voltagent/core 0.1.28 → 0.1.29

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.
package/dist/index.d.ts CHANGED
@@ -1452,6 +1452,8 @@ type AgentStartEventMetadata = {
1452
1452
  system?: string;
1453
1453
  toolChoice?: string;
1454
1454
  };
1455
+ systemPrompt?: string | BaseMessage | BaseMessage[];
1456
+ messages?: BaseMessage[];
1455
1457
  } & Record<string, unknown>;
1456
1458
  interface AgentSuccessEventMetadata extends BaseEventMetadata {
1457
1459
  usage?: Usage;