Skip to content

Improve Tool interface typing #115

@MQ37

Description

@MQ37

Use something like this so the tool type is more explicit:


interface Tool {
  type: string;
  name: string;
  ...
}

interface InternalTool extends Tool {
  type: 'internal';
}

interface ActorTool extends Tool {
  type: 'actor';
}

Metadata

Metadata

Assignees

Labels

low priorityLow priority issues to be done eventually.t-aiIssues owned by the AI team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions