pub enum ExternalToolCandidate {
GingrPortal,
PaymentProvider,
SmsProvider,
EmailProvider,
FileStorage,
OcrOrDocumentAi,
CameraOrWebcamProvider,
HermesKanban,
HermesCronOrWebhook,
Postgres,
}Expand description
Decision choices for external tool candidate in the agent tool workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
GingrPortal
Selects gingr portal for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
PaymentProvider
Selects payment provider for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
SmsProvider
Selects sms provider for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
EmailProvider
Selects email provider for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
FileStorage
Selects file storage for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
OcrOrDocumentAi
Selects ocr or document ai for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
CameraOrWebcamProvider
Selects camera or webcam provider for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
HermesKanban
Selects hermes kanban for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
HermesCronOrWebhook
Selects hermes cron or webhook for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
Postgres
Selects postgres for the agent tool decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl Clone for ExternalToolCandidate
impl Clone for ExternalToolCandidate
Source§fn clone(&self) -> ExternalToolCandidate
fn clone(&self) -> ExternalToolCandidate
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more