UNPKG

adk-typescript

Version:

TypeScript port of Google's Agent Development Kit (ADK)

13 lines (12 loc) 375 B
/** * Holds constants for evaluation file keys. */ export declare const EvalConstants: { readonly QUERY: "query"; readonly EXPECTED_TOOL_USE: "expected_tool_use"; readonly RESPONSE: "response"; readonly REFERENCE: "reference"; readonly TOOL_NAME: "tool_name"; readonly TOOL_INPUT: "tool_input"; readonly MOCK_TOOL_OUTPUT: "mock_tool_output"; };