Skip to content

Conversation

@pgayvallet
Copy link
Contributor

@pgayvallet pgayvallet commented Dec 8, 2025

Summary

Equivalent of #238274 for built-in agents

@pgayvallet
Copy link
Contributor Author

/ci

@pgayvallet pgayvallet added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.3.0 labels Dec 8, 2025
@elasticmachine
Copy link
Contributor

💔 Build Failed

Failed CI Steps

@pgayvallet
Copy link
Contributor Author

/ci

@pgayvallet pgayvallet marked this pull request as ready for review December 8, 2025 12:19
@pgayvallet pgayvallet requested a review from a team as a code owner December 8, 2025 12:19
@pgayvallet pgayvallet self-assigned this Dec 8, 2025
*/
export interface AgentAvailabilityResult {
/**
* Whether the tool is available or not.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo, same with below

Suggested change
* Whether the tool is available or not.
* Whether the agent is available or not.

const result: ToolAvailabilityResult = { status: 'available' };
mockHandler.mockResolvedValue(result);

const config: ToolAvailabilityConfig = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants