I have directly copied the “Example initial prompt” from below article
AI Agents: AutoGPT architecture & breakdown by George Sung
instread of giving me one single response like
{
"thoughts": {
"text": "I need to find the top 3 most suitable tennis strings for a hard hitting baseline player who hits with a lot of topspin. I should start by doing some research on the topic.",
"reasoning": "I need to gather information on the characteristics of tennis strings that are suitable for a hard hitting baseline player who hits with a lot of topspin. This will help me narrow down my search and find the top 3 most suitable options.",
"plan": "- Conduct a Google search on the topic\n- Browse websites that specialize in tennis equipment\n- Consult with a GPT agent if necessary",
"criticism": "I need to make sure that I am gathering information from reliable sources and that I am considering all relevant factors when making my recommendations.",
"speak": "I will conduct a Google search on the topic and browse websites that specialize in tennis equipment to find the top 3 most suitable tennis strings for a hard hitting baseline player who hits with a lot of topspin."
},
"command": {
"name": "google",
"args": {
"input": "best tennis strings for hard hitting baseline player with topspin"
}
}
}
it goes into loop and gives response like below
{
"thoughts": {
"text": "thought",
"reasoning": "reasoning",
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
"criticism": "constructive self-criticism",
"speak": "thoughts summary to say to user"},
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"thoughts": {
"text": "thought",
"reasoning": "reasoning",
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
"criticism": "constructive self-criticism",
"speak": "thoughts summary to say to user"},
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
{
"thoughts": {
"text": "thought",
"reasoning": "reasoning",
"plan": "- short bulleted\n- list that conveys\n- long-term plan",
"criticism": "constructive self-criticism",
"speak": "thoughts summary to say to user"},
"command": {
"name": "google",
"args": {
"input": "tennis strings suitable for hard-hitting baseline players with topspin"
}
}
}
it never stops generating ,
Till yesterday it was working perfectly, since today morning I have faced this issue