Skip to content

Commit b60777a

Browse files
fix indentation issue
1 parent 91bf1e2 commit b60777a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent-framework/user-guide/agents/agent-background-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ AgentRunResponse response = await agent.RunAsync("Write a very long novel about
7474
// Continue to poll until the final response is received
7575
while (response.ContinuationToken is not null)
7676
{
77-
// Wait before polling again.
77+
// Wait before polling again.
7878
await Task.Delay(TimeSpan.FromSeconds(2));
7979

8080
options.ContinuationToken = response.ContinuationToken;

0 commit comments

Comments
 (0)