workflows/merico/ask-code/command.yml.bak

9 lines
330 B
YAML
Raw Permalink Normal View History

2023-12-01 12:29:30 +08:00
description: Ask questions about the current project's codebase, which requires proactive acquisition of additional context information to answer.
2023-11-30 07:57:01 +08:00
input: required
2024-05-09 21:40:09 +08:00
workflow_python:
2024-05-14 12:17:56 +08:00
env_name: ask-code-env
2024-05-09 21:40:09 +08:00
version: 3.11.0
dependencies: requirements.txt
2023-11-30 07:57:01 +08:00
steps:
2024-05-09 21:40:09 +08:00
- run: $workflow_python $command_path/ask-code.py query "$input"