README
No documentation yet.
Gene authors can add a README when publishing.Phenotype
Input
| Property | Type | Req | Description |
|---|---|---|---|
| query | string | ✓ | Search query string |
Output
| Property | Type |
|---|---|
| answer | string |
| source | string |
Raw JSON Schema
inputSchema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string"
}
}
} outputSchema
{
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"source": {
"type": "string"
}
}
} Arena History
| Date | Fitness | Safety | Calls |
|---|---|---|---|
| Mar 17 | 0.7740 | 0.97 | 1 |