Conversation
|
🔄 Test environment deployment process has started Phase 1: Deploying base version You can monitor the progress here. |
apps/opik-frontend/src/v2/pages/AgentRunnerPage/AgentRunnerConnectedState.tsx
Show resolved
Hide resolved
|
✅ Test environment is now available! To configure additional Environment variables for your environment, run [Deploy Opik AdHoc Environment workflow] (https://github.com/comet-ml/comet-deployment/actions/workflows/deploy_opik_adhoc_env.yaml) Access Information
The deployment has completed successfully and the version has been verified. |
|
🌙 Nightly cleanup: The test environment for this PR ( |
|
🔄 Test environment deployment process has started Phase 1: Deploying base version You can monitor the progress here. |
|
✅ Test environment is now available! To configure additional Environment variables for your environment, run [Deploy Opik AdHoc Environment workflow] (https://github.com/comet-ml/comet-deployment/actions/workflows/deploy_opik_adhoc_env.yaml) Access Information
The deployment has completed successfully and the version has been verified. |
Details
Replace the plain Select dropdown in the Agent Sandbox configuration tab with a searchable dropdown using the existing
LoadableSelectBoxcomponent. This enables users with many config versions (20+) to quickly find a version by typing, without excessive scrolling.Select/SelectContent/SelectItemforLoadableSelectBoxwith search inputChange checklist
Issues
AI-WATERMARK
AI-WATERMARK: yes
Testing
npx tsc --noEmit— passes with no errorsnpx eslint src/v2/pages/AgentRunnerPage/AgentRunnerConnectedState.tsx— passes with no errorsDocumentation
N/A