Skip to content

Commit abe051e

Browse files
committed
feat: export RunAgentResult type from agent module
1 parent 9727281 commit abe051e

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)