Clarify signature_vars description for LLM identity input

This commit is contained in:
Admin
2026-06-25 13:39:24 +00:00
parent ebbbe0e6ec
commit 52503afb4c
+4 -4
View File
@@ -1135,7 +1135,7 @@ TOOLS = [
"references": {"type": "string"},
"signature_vars": {
"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": {
"NAME": {"type": "string"},
"TITLE": {"type": "string"},
@@ -1164,7 +1164,7 @@ TOOLS = [
"bcc": {"type": "array", "items": {"type": "string"}},
"signature_vars": {
"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": {
"NAME": {"type": "string"},
"TITLE": {"type": "string"},
@@ -1193,7 +1193,7 @@ TOOLS = [
"html": {"type": "boolean", "description": "Treat body as HTML (default: true)"},
"signature_vars": {
"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": {
"NAME": {"type": "string"},
"TITLE": {"type": "string"},
@@ -1281,7 +1281,7 @@ TOOLS = [
"references": {"type": "string"},
"signature_vars": {
"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": {
"NAME": {"type": "string"},
"TITLE": {"type": "string"},