Skip to content

Commit 3c4f0d6

Browse files
committed
Correct data type
1 parent 16f4cb4 commit 3c4f0d6

File tree

1 file changed

+1
-1
lines changed
  • packages/agents-core/src

1 file changed

+1
-1
lines changed

packages/agents-core/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export type RunConfig = {
127127
/**
128128
* An optional dictionary of additional metadata to include with the trace.
129129
*/
130-
traceMetadata?: Record<string, any>;
130+
traceMetadata?: Record<string, string>;
131131
};
132132

133133
type SharedRunOptions<TContext = undefined> = {

0 commit comments

Comments
 (0)