Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Nov 11, 2024
1 parent e84c1c2 commit bc8b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/elastic_assistant/server/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ export interface AssistantToolParams {
ExecuteConnectorRequestBody | AttackDiscoveryPostRequestBody
>;
size?: number;
telemetry: AnalyticsServiceSetup;
telemetry?: AnalyticsServiceSetup;
}

0 comments on commit bc8b6da

Please sign in to comment.