Skip to content

Commit

Permalink
Merge pull request #11 from forcedotcom/sh/agent-doc
Browse files Browse the repository at this point in the history
fix: add doc for agent class
  • Loading branch information
shetzel authored Dec 3, 2024
2 parents 201860c + 5208345 commit 2accae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import {
type AgentJobSpecCreateResponse,
} from './types.js';

/**
* Class for creating Agents and agent specs.
*/
export class Agent implements SfAgent {
private logger: Logger;
private maybeMock: MaybeMock;
Expand Down

0 comments on commit 2accae6

Please sign in to comment.