Skip to content

Commit 26a8e3e

Browse files
committed
Revert to release 0.8.39: Sync functionality and CLI
1 parent d3dc848 commit 26a8e3e

File tree

486 files changed

+53248
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+53248
-28
lines changed

.fernignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pytest.ini
2020
## Tests
2121

2222
tests/custom
23-
tests/__init__.py
2423

2524
## CI
2625

poetry.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,3 @@ section-order = ["future", "standard-library", "third-party", "first-party"]
112112
[build-system]
113113
requires = ["poetry-core"]
114114
build-backend = "poetry.core.masonry.api"
115-
116-
[tool.poetry.scripts]
117-
humanloop = "humanloop.cli.__main__:cli"

reference.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Controls how the model uses tools. The following options are supported:
177177

178178
The Prompt configuration to use. Two formats are supported:
179179
- An object representing the details of the Prompt configuration
180-
- A string representing the raw contents of a .prompt file.
180+
- A string representing the raw contents of a .prompt file
181181
A new Prompt version will be created if the provided details do not match any existing version.
182182

183183
</dd>
@@ -723,7 +723,7 @@ Controls how the model uses tools. The following options are supported:
723723

724724
The Prompt configuration to use. Two formats are supported:
725725
- An object representing the details of the Prompt configuration
726-
- A string representing the raw contents of a .prompt file.
726+
- A string representing the raw contents of a .prompt file
727727
A new Prompt version will be created if the provided details do not match any existing version.
728728

729729
</dd>
@@ -995,7 +995,7 @@ Controls how the model uses tools. The following options are supported:
995995

996996
The Prompt configuration to use. Two formats are supported:
997997
- An object representing the details of the Prompt configuration
998-
- A string representing the raw contents of a .prompt file.
998+
- A string representing the raw contents of a .prompt file
999999
A new Prompt version will be created if the provided details do not match any existing version.
10001000

10011001
</dd>
@@ -8447,7 +8447,6 @@ Controls how the model uses tools. The following options are supported:
84478447
The Agent configuration to use. Two formats are supported:
84488448
- An object representing the details of the Agent configuration
84498449
- A string representing the raw contents of a .agent file
8450-
84518450
A new Agent version will be created if the provided details do not match any existing version.
84528451

84538452
</dd>
@@ -8863,7 +8862,6 @@ Controls how the model uses tools. The following options are supported:
88638862
The Agent configuration to use. Two formats are supported:
88648863
- An object representing the details of the Agent configuration
88658864
- A string representing the raw contents of a .agent file
8866-
88678865
A new Agent version will be created if the provided details do not match any existing version.
88688866

88698867
</dd>
@@ -9122,7 +9120,6 @@ Controls how the model uses tools. The following options are supported:
91229120
The Agent configuration to use. Two formats are supported:
91239121
- An object representing the details of the Agent configuration
91249122
- A string representing the raw contents of a .agent file
9125-
91269123
A new Agent version will be created if the provided details do not match any existing version.
91279124

91289125
</dd>

0 commit comments

Comments
 (0)