pub enum ExternalToolCandidate {
GingrPortal,
PaymentProvider,
SmsProvider,
EmailProvider,
FileStorage,
OcrOrDocumentAi,
CameraOrWebcamProvider,
HermesKanban,
HermesCronOrWebhook,
Postgres,
}Expand description
Decision taxonomy for external tool candidate in the agent tool workflow; each value carries operational meaning for source-grounded routing and review.
Variants§
GingrPortal
Represents gingr portal in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
PaymentProvider
Represents payment provider in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
SmsProvider
Represents sms provider in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
EmailProvider
Represents email provider in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
FileStorage
Represents file storage in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
OcrOrDocumentAi
Represents ocr or document ai in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
CameraOrWebcamProvider
Represents camera or webcam provider in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
HermesKanban
Represents hermes kanban in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
HermesCronOrWebhook
Represents hermes cron or webhook in the agent tool decision model so the app can choose the correct evidence, review, or draft path without taking live action.
Postgres
Represents postgres in the agent tool decision model so the app can choose the correct evidence, review, 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