Skip to content

Commit 04fcb87

Browse files
mmetylerslaton
authored andcommitted
feat: export RunAgentResult type from agent module
1 parent 0d755be commit 04fcb87

File tree

1 file changed

+1
-0
lines changed
  • typescript-sdk/packages/client/src/agent

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export { AbstractAgent } from "./agent";
2+
export type { RunAgentResult } from "./agent";
23
export { HttpAgent } from "./http";
34
export type { AgentConfig } from "./types";

0 commit comments

Comments
 (0)