Tighten LLMMessagesAppendFrame and LLMMessagesUpdateFrame message fields from list[dict] to list[LLMContextMessage] to match actual usage. Add type annotations on inline message lists in IVR navigator and voicemail detector.
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.11",
|
|
"pythonPlatform": "All",
|
|
"include": [
|
|
"src/pipecat/clocks",
|
|
"src/pipecat/metrics",
|
|
"src/pipecat/transcriptions",
|
|
"src/pipecat/frames",
|
|
"src/pipecat/observers",
|
|
"src/pipecat/extensions"
|
|
],
|
|
"exclude": [
|
|
"**/*_pb2.py",
|
|
"**/__pycache__"
|
|
],
|
|
"reportMissingImports": false
|
|
}
|