applied-cli 0.5.44__tar.gz → 0.5.45__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: applied-cli
3
- Version: 0.5.44
3
+ Version: 0.5.45
4
4
  Summary: CLI and shared client library for Applied Labs AI support agents
5
5
  Author: Applied Labs
6
6
  License-Expression: MIT
@@ -4,6 +4,6 @@ from applied_cli import tools
4
4
  from applied_cli.client import AppliedClient
5
5
  from applied_cli.formatters import to_csv, to_json
6
6
 
7
- __version__ = "0.5.44"
7
+ __version__ = "0.5.45"
8
8
 
9
9
  __all__ = ["AppliedClient", "tools", "to_csv", "to_json", "__version__"]
@@ -447,17 +447,14 @@ class AppliedClient:
447
447
  "content": content,
448
448
  "text": text if text is not None else content,
449
449
  "role": role,
450
+ "user_id": user_id,
451
+ "agent_id": agent_id,
452
+ "contact_id": contact_id,
450
453
  }
451
454
  if conversation_id:
452
455
  body["conversation_id"] = conversation_id
453
456
  if ticket_id:
454
457
  body["ticket_id"] = ticket_id
455
- if user_id:
456
- body["user_id"] = user_id
457
- if agent_id:
458
- body["agent_id"] = agent_id
459
- if contact_id:
460
- body["contact_id"] = contact_id
461
458
  if attachments is not None:
462
459
  body["attachments"] = attachments
463
460
  if metadata is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: applied-cli
3
- Version: 0.5.44
3
+ Version: 0.5.45
4
4
  Summary: CLI and shared client library for Applied Labs AI support agents
5
5
  Author: Applied Labs
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "applied-cli"
3
- version = "0.5.44"
3
+ version = "0.5.45"
4
4
  description = "CLI and shared client library for Applied Labs AI support agents"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
File without changes
File without changes