Skip to content

Commit 9b24020

Browse files
authored
Update injecting-context.mdx (vocodedev#547)
1 parent cfd2eb4 commit 9b24020

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/injecting-context.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ name_prompt = "You are talking to ${name}"
3030
number = vocode_client.numbers.update_number(
3131
phone_number="YOUR_NUMBER",
3232
inbound_agent=AgentUpdateParams(
33-
prompt=PromptUpdateParams(content=name_prompt),
34-
context_endpoint="YOUR_CONTEXT_URL",
33+
prompt=PromptUpdateParams(
34+
content=name_prompt,
35+
context_endpoint="YOUR_CONTEXT_URL",
36+
)
3537
),
3638
)
3739
```

0 commit comments

Comments
 (0)