Skip to content

Commit 80c63b7

Browse files
committed
export HttpAgentConfig, RunAgentParameters
1 parent 1c29e11 commit 80c63b7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { AbstractAgent } from "./agent";
22
export type { RunAgentResult } from "./agent";
33
export { HttpAgent } from "./http";
4-
export type { AgentConfig } from "./types";
4+
export type { AgentConfig, HttpAgentConfig, RunAgentParameters } from "./types";

0 commit comments

Comments
 (0)