Clarify signature_vars description for LLM identity input
This commit is contained in:
@@ -1135,7 +1135,7 @@ TOOLS = [
|
|||||||
"references": {"type": "string"},
|
"references": {"type": "string"},
|
||||||
"signature_vars": {
|
"signature_vars": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Optional identity variables for signature template (NAME, TITLE, PHONE, ADDRESS, EMAIL)",
|
"description": "Optional: LLM identity details to populate the email signature template. Use this to provide your NAME, TITLE, PHONE, ADDRESS, and EMAIL as the sender.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"NAME": {"type": "string"},
|
"NAME": {"type": "string"},
|
||||||
"TITLE": {"type": "string"},
|
"TITLE": {"type": "string"},
|
||||||
@@ -1164,7 +1164,7 @@ TOOLS = [
|
|||||||
"bcc": {"type": "array", "items": {"type": "string"}},
|
"bcc": {"type": "array", "items": {"type": "string"}},
|
||||||
"signature_vars": {
|
"signature_vars": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Optional identity variables for signature template (NAME, TITLE, PHONE, ADDRESS, EMAIL)",
|
"description": "Optional: LLM identity details to populate the email signature template. Use this to provide your NAME, TITLE, PHONE, ADDRESS, and EMAIL as the sender.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"NAME": {"type": "string"},
|
"NAME": {"type": "string"},
|
||||||
"TITLE": {"type": "string"},
|
"TITLE": {"type": "string"},
|
||||||
@@ -1193,7 +1193,7 @@ TOOLS = [
|
|||||||
"html": {"type": "boolean", "description": "Treat body as HTML (default: true)"},
|
"html": {"type": "boolean", "description": "Treat body as HTML (default: true)"},
|
||||||
"signature_vars": {
|
"signature_vars": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Optional identity variables for signature template (NAME, TITLE, PHONE, ADDRESS, EMAIL)",
|
"description": "Optional: LLM identity details to populate the email signature template. Use this to provide your NAME, TITLE, PHONE, ADDRESS, and EMAIL as the sender.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"NAME": {"type": "string"},
|
"NAME": {"type": "string"},
|
||||||
"TITLE": {"type": "string"},
|
"TITLE": {"type": "string"},
|
||||||
@@ -1281,7 +1281,7 @@ TOOLS = [
|
|||||||
"references": {"type": "string"},
|
"references": {"type": "string"},
|
||||||
"signature_vars": {
|
"signature_vars": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Optional identity variables for signature template (NAME, TITLE, PHONE, ADDRESS, EMAIL)",
|
"description": "Optional: LLM identity details to populate the email signature template. Use this to provide your NAME, TITLE, PHONE, ADDRESS, and EMAIL as the sender.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"NAME": {"type": "string"},
|
"NAME": {"type": "string"},
|
||||||
"TITLE": {"type": "string"},
|
"TITLE": {"type": "string"},
|
||||||
|
|||||||
Reference in New Issue
Block a user