1
>
/*---------------------------------------------------------------------------------------------
toolSearchConstants.ts
2
>
* Copyright (c) Microsoft Corporation. All rights reserved.
3
>
* Licensed under the MIT License. See License.txt in the project root for license information.
4
>
*--------------------------------------------------------------------------------------------*/
5
>
6
>
/** Runtime/model-facing override name. */
7
>
export const RUNTIME_TOOL_SEARCH_TOOL_NAME = 'tool_search_tool';
8
>
9
>
/** Client/workbench-facing tool reference name. */
10
>
export const CLIENT_TOOL_SEARCH_REFERENCE_NAME = 'toolSearch';