ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
Example
Interface Example
A few-shot example.
interface
Example
{
input
:
Content
;
output
:
Content
[]
;
}
Properties
input
input
:
Content
The input content for the example.
output
output
:
Content
[]
The expected output content for the example.
Properties
input
output
ADK for TypeScript: API Reference
Loading...
A few-shot example.