Skip to content

Commit

Permalink
squash (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: anakin87 <[email protected]>
  • Loading branch information
Rusteam and anakin87 authored Apr 18, 2024
1 parent 39f8d62 commit 61bdcd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _build_chunk(self, chunk_response: Any) -> StreamingChunk:
chunk_message = StreamingChunk(content, meta)
return chunk_message

@component.output_types(replies=List[str], metadata=List[Dict[str, Any]])
@component.output_types(replies=List[str], meta=List[Dict[str, Any]])
def run(
self,
prompt: str,
Expand Down

0 comments on commit 61bdcd6

Please sign in to comment.