Skip to content

Commit 0fb6e7e

Browse files
committed
Updates
1 parent b97e205 commit 0fb6e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agixtsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def get_persona(self, agent_name: str) -> Dict[str, Any]:
981981
)
982982
if self.verbose:
983983
parse_response(response)
984-
return response.json()["persona"]
984+
return response.json()["message"]
985985
except Exception as e:
986986
return self.handle_error(e)
987987

0 commit comments

Comments
 (0)