Fallback author when no user identity is configured.
(options: &AgentAuthorOptions<'_>)
| 132 | |
| 133 | /// Fallback author when no user identity is configured. |
| 134 | fn fallback_agent_author(options: &AgentAuthorOptions<'_>) -> Author { |
| 135 | Author::new(options.agent_display_name, None::<String>) |
| 136 | } |
| 137 | |
| 138 | // Session Short ID |
| 139 |
no outgoing calls