Skip to content

Commit 5371d0a

Browse files
committed
rename files to match folder names
1 parent 15089e5 commit 5371d0a

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

File renamed without changes.

features/create_agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Hello LaunchDarkly for Python AI - Managed Agent"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
packages = [{include = "managed_agent_example.py"}]
8+
packages = [{include = "create_agent_example.py"}]
99

1010
[tool.poetry.scripts]
11-
agent = "managed_agent_example:main"
11+
agent = "create_agent_example:main"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"

features/create_agent_graph/managed_agent_graph_example.py renamed to features/create_agent_graph/create_agent_graph_example.py

File renamed without changes.

features/create_agent_graph/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Hello LaunchDarkly for Python AI - Managed Agent Graph"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
packages = [{include = "managed_agent_graph_example.py"}]
8+
packages = [{include = "create_agent_graph_example.py"}]
99

1010
[tool.poetry.scripts]
11-
agent-graph = "managed_agent_graph_example:main"
11+
agent-graph = "create_agent_graph_example:main"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
File renamed without changes.

features/create_judge/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Hello LaunchDarkly for Python AI - Judge"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
packages = [{include = "judge_example.py"}]
8+
packages = [{include = "create_judge_example.py"}]
99

1010
[tool.poetry.scripts]
11-
judge = "judge_example:main"
11+
judge = "create_judge_example:main"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"

features/create_model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ This example demonstrates how to use LaunchDarkly's `create_model` method, which
3232
## Run
3333

3434
```bash
35-
poetry run managed-model
35+
poetry run model
3636
```
File renamed without changes.

features/create_model/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Hello LaunchDarkly for Python AI - Managed Model"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
packages = [{include = "managed_model_example.py"}]
8+
packages = [{include = "create_model_example.py"}]
99

1010
[tool.poetry.scripts]
11-
managed-model = "managed_model_example:main"
11+
model = "create_model_example:main"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"

0 commit comments

Comments
 (0)