Skip to content

Commit d0071b0

Browse files
committed
Correct example formatting in docstring for tabbing
1 parent b950c6d commit d0071b0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

synapseclient/models/protocols/agent_protocol.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -336,18 +336,18 @@ def prompt(
336336
Example: Prompt the baseline Synapse Agent.
337337
The baseline Synapse Agent is equivilent to the Agent available in the Synapse UI.
338338
339-
from synapseclient import Synapse
340-
from synapseclient.models import Agent
341-
342-
syn = Synapse()
343-
syn.login()
344-
345-
my_agent = Agent()
346-
my_agent.prompt(
347-
prompt="Can you tell me about the AD Knowledge Portal dataset?",
348-
enable_trace=True,
349-
print_response=True,
350-
)
339+
from synapseclient import Synapse
340+
from synapseclient.models import Agent
341+
342+
syn = Synapse()
343+
syn.login()
344+
345+
my_agent = Agent()
346+
my_agent.prompt(
347+
prompt="Can you tell me about the AD Knowledge Portal dataset?",
348+
enable_trace=True,
349+
print_response=True,
350+
)
351351
352352
Example: Prompt a custom agent.
353353
If you have already registered a custom agent, you can prompt it by providing the agent's registration ID.

0 commit comments

Comments
 (0)