We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004a63 commit 56942f8Copy full SHA for 56942f8
typescript-sdk/packages/client/src/agent/agent.ts
@@ -53,7 +53,7 @@ export abstract class AbstractAgent {
53
public async runAgent(
54
parameters?: RunAgentParameters,
55
subscriber?: RunAgentSubscriber,
56
- ): Promise<void> {
+ ): Promise<any> {
57
this.agentId = this.agentId ?? uuidv4();
58
const input = this.prepareRunAgentInput(parameters);
59
let result: any = undefined;
0 commit comments