llmir 0.0.3__tar.gz → 0.0.4__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: llmir
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Core message and tool IR for LLM pipelines
5
5
  Author: Mathis Siebert
6
6
  Requires-Python: >=3.11
@@ -1,6 +1,6 @@
1
1
  from typing import TypedDict, Literal, Union
2
2
 
3
- from ..messages import AIMessage, AIMessageToolResponse
3
+ from ..messages import AIMessages, AIMessageToolResponse
4
4
  from ..chunks import AIChunk, AIChunkText, AIChunkImageURL, AIChunkFile
5
5
  import base64
6
6
 
@@ -26,7 +26,7 @@ class OpenAIMessageToolResponse(OpenAIMessage):
26
26
  name: str
27
27
 
28
28
 
29
- def to_openai(messages: list[AIMessage]) -> list[OpenAIMessage]:
29
+ def to_openai(messages: list[AIMessages]) -> list[OpenAIMessage]:
30
30
 
31
31
 
32
32
  result: list[OpenAIMessage] = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llmir
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Core message and tool IR for LLM pipelines
5
5
  Author: Mathis Siebert
6
6
  Requires-Python: >=3.11
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "llmir"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  description = "Core message and tool IR for LLM pipelines"
5
5
  authors = [{ name="Mathis Siebert" }]
6
6
  requires-python = ">=3.11"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes