get_user_info
Get the username and full name of the current authenticated user to verify identity and personalize interactions.
Instructions
Retrieve user information about the current authenticated Bauplan user. Get information about the current authenticated user.
Args:
Returns: UserInfo: Object containing username and full name of the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| full_name | Yes |