This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "EmailMessage", | |
"type": "object", | |
"properties": { | |
"email_subject": { | |
"type": "string", | |
"description": "The subject line of the email" | |
}, | |
"email_message": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "ProspectResearch", | |
"type": "object", | |
"properties": { | |
"prospect_research": { | |
"type": "string", | |
"description": "The full unchanged response from the prospect research tool call" | |
} | |
}, |