Skip to content

Instantly share code, notes, and snippets.

@jlewi
Created July 7, 2025 22:41
Show Gist options
  • Save jlewi/8efe8c6424cb8397aff593dc650fd4a5 to your computer and use it in GitHub Desktop.
Save jlewi/8efe8c6424cb8397aff593dc650fd4a5 to your computer and use it in GitHub Desktop.
kind: EvalSample
metadata:
name: list_clusters
input_text: List all my az cluster clusters.
assertions:
- name: file_retrieval_tool_invocation
type: TYPE_TOOL_INVOKED
tool_invocation:
tool_name: file_retrieval
- name: shell_tool_invocation
type: TYPE_TOOL_INVOKED
tool_invocation:
tool_name: shell
- name: l1
type: TYPE_LLM_JUDGE
llm_judge:
prompt: "Does the answer use az aks list?"
@jlewi
Copy link
Author

jlewi commented Jul 7, 2025

@sourishkrout here you go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment