Pipelinen parannuksia building blockeilla
This commit is contained in:
32
zipit/rest_api_check/prompts/6_coder_pyproject.toml.md
Normal file
32
zipit/rest_api_check/prompts/6_coder_pyproject.toml.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 6 — Coder (coder) — pyproject.toml
|
||||
|
||||
**Malli:** `template`
|
||||
|
||||
## System Prompt
|
||||
|
||||
```
|
||||
(template pipeline — ei LLM-promptia)
|
||||
```
|
||||
|
||||
## Syöte
|
||||
|
||||
```
|
||||
Generated from spec: ["User"]
|
||||
```
|
||||
|
||||
## Tulos
|
||||
|
||||
```
|
||||
[project]
|
||||
name = "usermanagementapi"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"sqlalchemy",
|
||||
"pytest",
|
||||
"httpx",
|
||||
]
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user