(part: Mention)
| 81 | } |
| 82 | |
| 83 | function promptPartText(part: Mention) { |
| 84 | if (part.type === "agent") { |
| 85 | return part.source?.value |
| 86 | } |
| 87 | |
| 88 | return part.source?.text.value |
| 89 | } |
| 90 | |
| 91 | function promptPartStart(part: Mention) { |
| 92 | if (part.type === "agent") { |
no outgoing calls
no test coverage detected