mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add default initial context variables
This commit is contained in:
parent
f368fe5134
commit
96c90376c3
8 changed files with 112 additions and 19 deletions
|
|
@ -10,6 +10,8 @@ export const NODE_DOCUMENTATION_URLS: Record<string, string> = {
|
|||
qaAnalysis: `${DOCS_BASE}/getting-started`,
|
||||
};
|
||||
|
||||
export const CONTEXT_VARIABLES_DOC_URL = `${DOCS_BASE}/core-concepts/context-and-variables`;
|
||||
|
||||
export const TOOL_DOCUMENTATION_URLS: Record<string, string> = {
|
||||
http_api: `${DOCS_BASE}/voice-agent/tools/http-api`,
|
||||
end_call: `${DOCS_BASE}/voice-agent/tools/end-call`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue