aidial_sdk/chat_completion/chunks.py [261:271]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def to_dict(self):
        return {
            "choices": [
                {
                    "index": self.choice_index,
                    "finish_reason": None,
                    "delta": {
                        "custom_content": {
                            "stages": [
                                {
                                    "index": self.stage_index,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aidial_sdk/chat_completion/chunks.py [406:416]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def to_dict(self):
        return {
            "choices": [
                {
                    "index": self.choice_index,
                    "finish_reason": None,
                    "delta": {
                        "custom_content": {
                            "stages": [
                                {
                                    "index": self.stage_index,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



