We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7204b0 commit 066e129Copy full SHA for 066e129
core/src/core/types.ts
@@ -139,12 +139,6 @@ export interface State {
139
responseData?: Content; // An optional content object representing the agent's response in the current state.
140
recentInteractionsData?: Memory[]; // An optional array of memory objects representing recent interactions in the conversation.
141
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
- };
148
[key: string]: unknown; // Allows for additional properties to be included dynamically.
149
}
150
0 commit comments