Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
10 results for “Tool Calling”
Tool Calling
Giving a model a set of typed function definitions it can request to invoke, with the application executing the call and returning the result.
Circuit Breaker
A proxy that stops calling a failing dependency after a failure threshold, failing fast instead, and periodically tests whether it has recovered.
Event-Driven Architecture
A style in which components communicate by emitting and reacting to facts about what happened, rather than by calling each other.
Event-Driven Integration
Systems integrating by publishing and consuming events rather than by calling each other's APIs.
Infrastructure as Code
Defining infrastructure in version-controlled declarative files that a tool reconciles against the real environment.
JSON Web Token
A signed, self-contained token carrying claims, which a service can validate locally without calling the issuer.
Prime Video's Move Back to a Monolith
Amazon Prime Video consolidated a serverless, distributed audio/video monitoring service into a single process and reported a 90% cost reduction — the most-cited example of micros…
Terraform State
The file mapping declared resources to real infrastructure, without which the tool cannot tell what it already created — and which becomes critical infrastructure in its own right.