We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5282941 commit 8940ea3Copy full SHA for 8940ea3
ldai/client.py
@@ -235,8 +235,8 @@ def agents(
235
with each agent having its instructions dynamically interpolated with the provided
236
variables and context data.
237
238
- Example:
239
- ```python
+ Example::
+
240
agents = client.agents(
241
['customer-support', 'sales-assistant'],
242
context,
@@ -252,7 +252,6 @@ def agents(
252
if support_agent.enabled:
253
print(support_agent.instructions) # Instructions with interpolated variables
254
# Use support_agent.tracker for metrics tracking
255
- ```
256
257
:param keys: List of agent configuration keys to retrieve.
258
:param context: The context to evaluate the agent configurations in.
0 commit comments