Skip to content

Commit

Permalink
Update injecting-context.mdx (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 authored May 31, 2024
1 parent cfd2eb4 commit 9b24020
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/injecting-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ name_prompt = "You are talking to ${name}"
number = vocode_client.numbers.update_number(
phone_number="YOUR_NUMBER",
inbound_agent=AgentUpdateParams(
prompt=PromptUpdateParams(content=name_prompt),
context_endpoint="YOUR_CONTEXT_URL",
prompt=PromptUpdateParams(
content=name_prompt,
context_endpoint="YOUR_CONTEXT_URL",
)
),
)
```
Expand Down

0 comments on commit 9b24020

Please sign in to comment.