Is there a way to provide context to the agent that writes email drafts? Like context beyond whatever it is replying to. Such as writing style/tone, context about my background that pertains to any email replies, etc.
yes, you could use the `knowledge_source=[file_name]` param in the agent to pass in the writing style or one shot examples. they'll get indexed in a vector db and used by the agent.