Skip to content

Commit 835aad0

Browse files
committed
Release 0.8.39
1 parent 5cfa8de commit 835aad0

File tree

485 files changed

+30
-53251
lines changed

Some content is hidden

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

485 files changed

+30
-53251
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ 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: 6 additions & 3 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,6 +8447,7 @@ 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+
84508451
A new Agent version will be created if the provided details do not match any existing version.
84518452

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

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

91259128
</dd>

0 commit comments

Comments
 (0)