Skip to content

Commit 066e129

Browse files
committed
Update types.ts
1 parent d7204b0 commit 066e129

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/core/types.ts

-6
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ export interface State {
139139
responseData?: Content; // An optional content object representing the agent's response in the current state.
140140
recentInteractionsData?: Memory[]; // An optional array of memory objects representing recent interactions in the conversation.
141141
recentInteractions?: string; // An optional string representation of recent interactions in the conversation.
142-
twitterProfile?: {
143-
username: string;
144-
screenName: string;
145-
bio: string;
146-
nicknames?: string[];
147-
};
148142
[key: string]: unknown; // Allows for additional properties to be included dynamically.
149143
}
150144

0 commit comments

Comments
 (0)