mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
chore: bump pipecat version and fix tests (#263)
* chore: bump pipecat version and fix tests * chore: add github workflow to run tests * fix: install reqirements.dev.txt in test script * fix: fix api-test action * feat: add integration test * test: add integration tests * test: add test for function call mute strategy
This commit is contained in:
parent
d256c6005c
commit
0e12c41fc7
76 changed files with 1776 additions and 670 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# generated by datamodel-codegen:
|
||||
# filename: dograh-openapi-XXXXXX.json.TsrryEqEnE
|
||||
# timestamp: 2026-05-02T11:32:55+00:00
|
||||
# filename: dograh-openapi-XXXXXX.json.YApLaGcbbM
|
||||
# timestamp: 2026-05-04T09:31:31+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,12 @@ class Trigger(TypedNode):
|
|||
`<backend>/api/v1/public/agent/test/<trigger_path>` — runs the latest
|
||||
draft, useful for verifying changes before publishing. Falls back to the
|
||||
published agent when no draft exists. Both require an API key in the
|
||||
`X-API-Key` header.
|
||||
`X-API-Key` header. Request body fields: • `phone_number` (string,
|
||||
required) — destination to dial. • `initial_context` (object,
|
||||
optional) — merged into the run's initial context. •
|
||||
`telephony_configuration_id` (int, optional) — pick a specific telephony
|
||||
configuration for the call. Must belong to the same organization as the
|
||||
trigger. When omitted, the org's default outbound configuration is used.
|
||||
"""
|
||||
|
||||
type: ClassVar[str] = 'trigger'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue