targets
agent_cover.instrumentation.prompts.targets
This module defines the targets for instrumenting prompt classes.
It specifies the modules, classes, and methods that AgentCover should instrument to track prompt usage.
Functions
get_prompt_targets()
Returns the list of supported prompt targets.
This function provides access to the list of prompt targets that AgentCover will instrument.
Returns:
| Type | Description |
|---|---|
TargetList
|
A list of dictionaries, where each dictionary represents a |
TargetList
|
prompt target. |