Skip to content

Commit

Permalink
fix(docs): spell check script
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Jan 8, 2025
1 parent 5eb5c7f commit 903fc43
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pages/apis/agentverse/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,32 @@ You can see our dedicated object reference documentation [here ↗️](/referenc
responseDescription="On success, the response will return an array of JSON objects, each containing details about the agents' properties and configurations. This includes metadata like name, address, and functionality."
/>

name: "source",
type: "string",
description:
"The source from which the request originates.",
},
]}
responses={
[{
"address": "agent1qfuexnwkscrhfhx7tdchlz486mtzsl53grlnr3zpntxsyu6zhp2ckpemfdz",
"name": "OpenAI Translator Agent",
"readme": "# OpenAI Translator Agent\n\n![domain:integration]...",
"status": "active",
"total_interactions": 10848,
"recent_interactions": 10838,
"rating": null,
"status": "active",
"type": "hosted",
"category": "fetch-ai",
"featured": true,
"geo_location": null,
"last_updated": "2025-01-06T12:46:03Z",
"created_at": "2024-10-03T14:40:39Z"
},]
}
responseDescription="On success,

### Search Geolocation Agents

<ApiEndpointRequestResponse
Expand Down

0 comments on commit 903fc43

Please sign in to comment.