Skip to content

Commit 8940ea3

Browse files
committed
fixed indentation
1 parent 5282941 commit 8940ea3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ldai/client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ def agents(
235235
with each agent having its instructions dynamically interpolated with the provided
236236
variables and context data.
237237
238-
Example:
239-
```python
238+
Example::
239+
240240
agents = client.agents(
241241
['customer-support', 'sales-assistant'],
242242
context,
@@ -252,7 +252,6 @@ def agents(
252252
if support_agent.enabled:
253253
print(support_agent.instructions) # Instructions with interpolated variables
254254
# Use support_agent.tracker for metrics tracking
255-
```
256255
257256
:param keys: List of agent configuration keys to retrieve.
258257
:param context: The context to evaluate the agent configurations in.

0 commit comments

Comments
 (0)